Go to the documentation of this file. 1 #ifndef _ASM_X86_PGTABLE_3LEVEL_DEFS_H
2 #define _ASM_X86_PGTABLE_3LEVEL_DEFS_H
5 #include <linux/types.h>
21 #ifdef CONFIG_PARAVIRT
22 #define SHARED_KERNEL_PMD (pv_info.shared_kernel_pmd)
24 #define SHARED_KERNEL_PMD 1
27 #define PAGETABLE_LEVELS 3
32 #define PGDIR_SHIFT 30
33 #define PTRS_PER_PGD 4
40 #define PTRS_PER_PMD 512
45 #define PTRS_PER_PTE 512