Home
last modified time | relevance | path

Searched defs:PGDIR_SHIFT (Results 1 – 23 of 23) sorted by relevance

/linux/arch/arc/include/asm/
H A Dpgtable-levels.h34 #define PGDIR_SHIFT 24 macro
36 #define PGDIR_SHIFT 21 macro
45 #define PGDIR_SHIFT 22 macro
47 #define PGDIR_SHIFT 21 macro
60 #define PGDIR_SHIFT 28 macro
/linux/arch/m68k/include/asm/
H A Dpgtable_mm.h44 #define PGDIR_SHIFT 17 macro
46 #define PGDIR_SHIFT 22 macro
48 #define PGDIR_SHIFT 25 macro
/linux/arch/um/include/asm/
H A Dpgtable-3level.h15 #define PGDIR_SHIFT 30 macro
17 #define PGDIR_SHIFT 31 macro
H A Dpgtable-2level.h15 #define PGDIR_SHIFT 22 macro
/linux/arch/sh/include/asm/
H A Dpgtable-2level.h19 #define PGDIR_SHIFT (PTE_SHIFT + PTE_BITS) macro
H A Dpgtable-3level.h16 #define PGDIR_SHIFT 30 macro
/linux/arch/x86/include/asm/
H A Dpgtable_64_types.h56 #define PGDIR_SHIFT pgdir_shift macro
75 #define PGDIR_SHIFT 39 macro
H A Dpgtable-2level_types.h29 #define PGDIR_SHIFT 22 macro
H A Dpgtable-3level_types.h37 #define PGDIR_SHIFT 30 macro
/linux/arch/riscv/include/asm/
H A Dpgtable-32.h14 #define PGDIR_SHIFT 22 macro
H A Dpgtable-64.h19 #define PGDIR_SHIFT (pgtable_l5_enabled ? PGDIR_SHIFT_L5 : \ macro
/linux/arch/arm/include/asm/
H A Dpgtable-nommu.h28 #define PGDIR_SHIFT 21 macro
/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable-4k.h40 #define PGDIR_SHIFT (PUD_SHIFT + PUD_INDEX_SIZE) macro
/linux/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h45 #define PGDIR_SHIFT (PAGE_SHIFT + PTE_INDEX_SIZE) macro
/linux/arch/csky/include/asm/
H A Dpgtable.h12 #define PGDIR_SHIFT 22 macro
/linux/arch/nios2/include/asm/
H A Dpgtable.h64 #define PGDIR_SHIFT 22 macro
/linux/arch/hexagon/include/asm/
H A Dpgtable.h73 #define PGDIR_SHIFT 22 macro
/linux/arch/microblaze/include/asm/
H A Dpgtable.h89 #define PGDIR_SHIFT (PAGE_SHIFT + PTE_SHIFT) macro
/linux/arch/openrisc/include/asm/
H A Dpgtable.h56 #define PGDIR_SHIFT (PAGE_SHIFT + (PAGE_SHIFT-2)) macro
/linux/arch/xtensa/include/asm/
H A Dpgtable.h49 #define PGDIR_SHIFT 22 macro
/linux/arch/alpha/include/asm/
H A Dpgtable.h36 #define PGDIR_SHIFT (PAGE_SHIFT + 2*(PAGE_SHIFT-3)) macro
/linux/arch/sparc/include/asm/
H A Dpgtable_32.h19 #define PGDIR_SHIFT 24 macro
/linux/arch/arm64/include/asm/
H A Dpgtable-hwdef.h76 #define PGDIR_SHIFT ARM64_HW_PGTABLE_LEVEL_SHIFT(4 - CONFIG_PGTABLE_LEVELS) macro