Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/include/asm/nohash/64/
Dpgtable-4k.h26 #define PTRS_PER_PUD (1 << PUD_INDEX_SIZE) macro
/linux-6.12.1/include/asm-generic/
Dpgtable-nopud.h19 #define PTRS_PER_PUD 1 macro
/linux-6.12.1/arch/x86/include/asm/
Dpgtable_64_types.h85 #define PTRS_PER_PUD 512 macro
/linux-6.12.1/arch/arc/include/asm/
Dpgtable-levels.h77 #define PTRS_PER_PUD BIT(PGDIR_SHIFT - PUD_SHIFT) macro
/linux-6.12.1/arch/mips/include/asm/
Dpgtable-64.h127 #define PTRS_PER_PUD ((PAGE_SIZE << PUD_TABLE_ORDER) / sizeof(pud_t)) macro
/linux-6.12.1/arch/riscv/include/asm/
Dpgtable-64.h60 #define PTRS_PER_PUD (PAGE_SIZE / sizeof(pud_t)) macro
/linux-6.12.1/arch/arm64/include/asm/
Dpgtable-hwdef.h62 #define PTRS_PER_PUD (1 << (PAGE_SHIFT - 3)) macro
/linux-6.12.1/arch/loongarch/include/asm/
Dpgtable.h49 #define PTRS_PER_PUD (PAGE_SIZE >> 3) macro
/linux-6.12.1/arch/sparc/include/asm/
Dpgtable_64.h96 #define PTRS_PER_PUD (1UL << PUD_BITS) macro
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/
Dpgtable.h197 #define PTRS_PER_PUD (1 << PUD_INDEX_SIZE) macro
/linux-6.12.1/arch/s390/include/asm/
Dpgtable.h370 #define PTRS_PER_PUD _CRST_ENTRIES macro