Changes in boot/arch/arm32/include/mm.h [9d58539:4d02595] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/include/mm.h
r9d58539 r4d02595 58 58 unsigned int bufferable : 1; 59 59 unsigned int cacheable : 1; 60 unsigned int impl_specific: 1;60 unsigned int xn : 1; 61 61 unsigned int domain : 4; 62 62 unsigned int should_be_zero_1 : 1; 63 unsigned int access_permission : 2; 64 unsigned int should_be_zero_2 : 8; 63 unsigned int access_permission_0 : 2; 64 unsigned int tex : 3; 65 unsigned int access_permission_1 : 2; 66 unsigned int non_global : 1; 67 unsigned int should_be_zero_2 : 1; 68 unsigned int non_secure : 1; 65 69 unsigned int section_base_addr : 12; 66 70 } __attribute__((packed)) pte_level0_section_t;
Note:
See TracChangeset
for help on using the changeset viewer.