Changes in boot/arch/arm32/include/mm.h [2e55443:b5a3b50] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/include/mm.h
r2e55443 rb5a3b50 58 58 #define GTA02_IOMEM_END 0x60000000 59 59 60 /** Start of ram memory on BBxM */61 #define BBXM_RAM_START 0x8000000062 /** Start of ram memory on BBxM */63 #define BBXM_RAM_END 0xc000000064 65 /** Start of ram memory on AM335x */66 #define AM335x_RAM_START 0x8000000067 /** End of ram memory on AM335x */68 #define AM335x_RAM_END 0xC000000069 70 71 60 /* Page table level 0 entry - "section" format is used 72 61 * (one-level paging, 1 MB sized pages). Used only while booting the kernel. … … 81 70 unsigned int access_permission_0 : 2; 82 71 unsigned int tex : 3; 83 unsigned int access_permission_1 : 1; 84 unsigned int shareable : 1; 72 unsigned int access_permission_1 : 2; 85 73 unsigned int non_global : 1; 86 74 unsigned int should_be_zero_2 : 1;
Note:
See TracChangeset
for help on using the changeset viewer.