5 Copyright © 2013, The AROS Development Team. All rights reserved.
9 #include <exec/types.h>
19 unsigned base_address
:22;
33 unsigned supersection
:1;
35 unsigned base_address
:12;
42 unsigned base_address_3
:4;
49 unsigned supersection
:1;
51 unsigned base_address_2
:4;
52 unsigned base_address_1
:8;
71 unsigned base_address
:16;
82 unsigned base_address
:20;
88 #define PDE_TYPE_FAULT 0
89 #define PDE_TYPE_COARSE 1
90 #define PDE_TYPE_SECTION 2
91 #define PDE_TYPE_RESERVED 3
93 #define PTE_TYPE_FAULT 0
94 #define PTE_TYPE_LARGE_PAGE 1
95 #define PTE_TYPE_PAGE 2
96 #define PTE_TYPE_PAGE_XN 3
99 #endif /* ASM_ARM_MMU_H */