Go to the documentation of this file.
16 #ifndef __ASM_PGTABLE_2LEVEL_HWDEF_H
17 #define __ASM_PGTABLE_2LEVEL_HWDEF_H
26 #define PTRS_PER_PTE 8192
27 #define PTRS_PER_PGD 1024
32 #define PGDIR_SHIFT 29
33 #define PGDIR_SIZE (_AC(1, UL) << PGDIR_SHIFT)
34 #define PGDIR_MASK (~(PGDIR_SIZE-1))
39 #define SECTION_SHIFT 29
40 #define SECTION_SIZE (_AC(1, UL) << SECTION_SHIFT)
41 #define SECTION_MASK (~(SECTION_SIZE-1))