Home
last modified time | relevance | path

Searched defs:PTRS_PER_PUD (Results 1 – 12 of 12) sorted by relevance

/linux-6.1.9/arch/powerpc/include/asm/nohash/64/
Dpgtable-4k.h26 #define PTRS_PER_PUD (1 << PUD_INDEX_SIZE) macro
/linux-6.1.9/include/asm-generic/
Dpgtable-nopud.h19 #define PTRS_PER_PUD 1 macro
/linux-6.1.9/arch/x86/include/asm/
Dpgtable_64_types.h84 #define PTRS_PER_PUD 512 macro
/linux-6.1.9/arch/arc/include/asm/
Dpgtable-levels.h77 #define PTRS_PER_PUD BIT(PGDIR_SHIFT - PUD_SHIFT) macro
/linux-6.1.9/arch/mips/include/asm/
Dpgtable-64.h127 #define PTRS_PER_PUD ((PAGE_SIZE << PUD_TABLE_ORDER) / sizeof(pud_t)) macro
/linux-6.1.9/arch/arm64/include/asm/
Dpgtable-hwdef.h62 #define PTRS_PER_PUD (1 << (PAGE_SHIFT - 3)) macro
/linux-6.1.9/arch/riscv/include/asm/
Dpgtable-64.h62 #define PTRS_PER_PUD (PAGE_SIZE / sizeof(pud_t)) macro
/linux-6.1.9/arch/loongarch/include/asm/
Dpgtable.h48 #define PTRS_PER_PUD (PAGE_SIZE >> 3) macro
/linux-6.1.9/arch/ia64/include/asm/
Dpgtable.h113 #define PTRS_PER_PUD (1UL << (PTRS_PER_PTD_SHIFT)) macro
/linux-6.1.9/arch/sparc/include/asm/
Dpgtable_64.h95 #define PTRS_PER_PUD (1UL << PUD_BITS) macro
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/
Dpgtable.h214 #define PTRS_PER_PUD (1 << PUD_INDEX_SIZE) macro
/linux-6.1.9/arch/s390/include/asm/
Dpgtable.h344 #define PTRS_PER_PUD _CRST_ENTRIES macro