Symbol: PGDIR_SHIFT
arch/alpha/include/asm/pgtable.h
37
#define PGDIR_SHIFT (PAGE_SHIFT + 2*(PAGE_SHIFT-3))
arch/arc/include/asm/pgtable-levels.h
34
#define PGDIR_SHIFT 24
arch/arc/include/asm/pgtable-levels.h
36
#define PGDIR_SHIFT 21
arch/arc/include/asm/pgtable-levels.h
45
#define PGDIR_SHIFT 22
arch/arc/include/asm/pgtable-levels.h
47
#define PGDIR_SHIFT 21
arch/arc/include/asm/pgtable-levels.h
60
#define PGDIR_SHIFT 28
arch/arm/include/asm/pgtable-2level.h
85
#define PGDIR_SHIFT 21
arch/arm/include/asm/pgtable-3level.h
33
#define PGDIR_SHIFT 30
arch/arm/include/asm/pgtable-nommu.h
28
#define PGDIR_SHIFT 21
arch/arm64/include/asm/pgtable-hwdef.h
82
#define PGDIR_SHIFT ARM64_HW_PGTABLE_LEVEL_SHIFT(4 - CONFIG_PGTABLE_LEVELS)
arch/csky/include/asm/pgtable.h
12
#define PGDIR_SHIFT 22
arch/hexagon/include/asm/pgtable.h
73
#define PGDIR_SHIFT 22
arch/loongarch/include/asm/pgtable.h
27
#define PGDIR_SHIFT (PAGE_SHIFT + (PAGE_SHIFT - PTRLOG))
arch/loongarch/include/asm/pgtable.h
32
#define PGDIR_SHIFT (PMD_SHIFT + (PAGE_SHIFT - PTRLOG))
arch/loongarch/include/asm/pgtable.h
40
#define PGDIR_SHIFT (PUD_SHIFT + (PAGE_SHIFT - PTRLOG))
arch/m68k/include/asm/pgtable_mm.h
44
#define PGDIR_SHIFT 17
arch/m68k/include/asm/pgtable_mm.h
46
#define PGDIR_SHIFT 22
arch/m68k/include/asm/pgtable_mm.h
48
#define PGDIR_SHIFT 25
arch/microblaze/include/asm/pgtable.h
89
#define PGDIR_SHIFT (PAGE_SHIFT + PTE_SHIFT)
arch/mips/include/asm/pgtable-32.h
65
# define PGDIR_SHIFT (2 * PAGE_SHIFT - PTE_T_LOG2 - 1)
arch/mips/include/asm/pgtable-32.h
67
# define PGDIR_SHIFT (2 * PAGE_SHIFT - PTE_T_LOG2)
arch/mips/include/asm/pgtable-64.h
45
#define PGDIR_SHIFT (PAGE_SHIFT + PAGE_SHIFT - 3)
arch/mips/include/asm/pgtable-64.h
54
# define PGDIR_SHIFT (PMD_SHIFT + (PAGE_SHIFT + PMD_TABLE_ORDER - 3))
arch/mips/include/asm/pgtable-64.h
62
#define PGDIR_SHIFT (PUD_SHIFT + (PAGE_SHIFT + PUD_TABLE_ORDER - 3))
arch/nios2/include/asm/pgtable.h
64
#define PGDIR_SHIFT 22
arch/openrisc/include/asm/pgtable.h
56
#define PGDIR_SHIFT (PAGE_SHIFT + (PAGE_SHIFT-2))
arch/parisc/include/asm/pgtable.h
122
#define PGDIR_SHIFT (PLD_SHIFT + BITS_PER_PTE + BITS_PER_PMD)
arch/powerpc/include/asm/book3s/32/pgtable.h
129
#define PGDIR_SHIFT (PAGE_SHIFT + PTE_INDEX_SIZE)
arch/powerpc/include/asm/book3s/64/pgtable.h
218
#define PGDIR_SHIFT (PUD_SHIFT + PUD_INDEX_SIZE)
arch/powerpc/include/asm/nohash/32/pgtable.h
45
#define PGDIR_SHIFT (PAGE_SHIFT + PTE_INDEX_SIZE)
arch/powerpc/include/asm/nohash/64/pgtable-4k.h
40
#define PGDIR_SHIFT (PUD_SHIFT + PUD_INDEX_SIZE)
arch/riscv/include/asm/pgtable-32.h
14
#define PGDIR_SHIFT 22
arch/riscv/include/asm/pgtable-64.h
19
#define PGDIR_SHIFT (pgtable_l5_enabled ? PGDIR_SHIFT_L5 : \
arch/s390/include/asm/pgtable.h
376
#define PGDIR_SHIFT _REGION1_SHIFT
arch/sh/include/asm/pgtable-2level.h
19
#define PGDIR_SHIFT (PTE_SHIFT + PTE_BITS)
arch/sh/include/asm/pgtable-3level.h
16
#define PGDIR_SHIFT 30
arch/sparc/include/asm/pgtable_32.h
19
#define PGDIR_SHIFT 24
arch/sparc/include/asm/pgtable_64.h
65
#define PGDIR_SHIFT (PUD_SHIFT + PUD_BITS)
arch/um/include/asm/pgtable-2level.h
15
#define PGDIR_SHIFT 22
arch/um/include/asm/pgtable-4level.h
14
#define PGDIR_SHIFT 39
arch/x86/include/asm/pgtable-2level_types.h
27
#define PGDIR_SHIFT 22
arch/x86/include/asm/pgtable-3level_types.h
35
#define PGDIR_SHIFT 30
arch/x86/include/asm/pgtable_64_types.h
50
#define PGDIR_SHIFT pgdir_shift
arch/xtensa/include/asm/pgtable.h
49
#define PGDIR_SHIFT 22