Searched defs:PUD_SIZE (Results 1 - 13 of 13) sorted by relevance

/linux-master/include/asm-generic/
H A Dpgtable-nopud.h20 #define PUD_SIZE (1UL << PUD_SHIFT) macro
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgtable-4k.h36 #define PUD_SIZE (1UL << PUD_SHIFT) macro
/linux-master/arch/arc/include/asm/
H A Dpgtable-levels.h75 #define PUD_SIZE BIT(PUD_SHIFT) macro
/linux-master/arch/riscv/mm/
H A Dkasan_init.c102 memset(__va(phys_addr), KASAN_SHADOW_INIT, PUD_SIZE); local
/linux-master/arch/mips/include/asm/
H A Dpgtable-64.h60 #define PUD_SIZE (1UL << PUD_SHIFT) macro
/linux-master/arch/x86/include/asm/
H A Dpgtable_64_types.h101 #define PUD_SIZE (_AC(1, UL) << PUD_SHIFT) macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable-64.h38 #define PUD_SIZE (_AC(1, UL) << PUD_SHIFT) macro
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h37 #define PUD_SIZE (1UL << PUD_SHIFT) macro
/linux-master/arch/arm64/mm/
H A Dmmu.c918 PUD_SIZE, altmap); local
/linux-master/arch/sparc/include/asm/
H A Dpgtable_64.h60 #define PUD_SIZE (_AC(1,UL) << PUD_SHIFT) macro
/linux-master/arch/arm64/include/asm/
H A Dpgtable-hwdef.h60 #define PUD_SIZE (_AC(1, UL) << PUD_SHIFT) macro
/linux-master/arch/s390/include/asm/
H A Dpgtable.h339 #define PUD_SIZE _REGION3_SIZE macro
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h213 #define PUD_SIZE (1UL << PUD_SHIFT) macro

Completed in 145 milliseconds