Go to the documentation of this file. 1 #ifndef _ASM_X86_PGTABLE_2LEVEL_DEFS_H
2 #define _ASM_X86_PGTABLE_2LEVEL_DEFS_H
5 #include <linux/types.h>
19 #define SHARED_KERNEL_PMD 0
20 #define PAGETABLE_LEVELS 2
26 #define PGDIR_SHIFT 22
27 #define PTRS_PER_PGD 1024
35 #define PTRS_PER_PTE 1024