Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/include/asm/nohash/64/
Dpgtable-4k.h62 static inline pud_t *p4d_pgtable(p4d_t p4d) in p4d_pgtable() function
/linux-5.19.10/include/asm-generic/
Dpgtable-nopud.h52 #define p4d_pgtable(p4d) ((pud_t *)(pud_pgtable((pud_t){ p4d }))) macro
/linux-5.19.10/arch/arc/include/asm/
Dpgtable-levels.h111 #define p4d_pgtable(p4d) ((pud_t *)(p4d_val(p4d) & PAGE_MASK)) macro
/linux-5.19.10/arch/mips/include/asm/
Dpgtable-64.h212 static inline pud_t *p4d_pgtable(p4d_t p4d) in p4d_pgtable() function
/linux-5.19.10/arch/riscv/include/asm/
Dpgtable-64.h284 static inline pud_t *p4d_pgtable(p4d_t p4d) in p4d_pgtable() function
/linux-5.19.10/arch/loongarch/include/asm/
Dpgtable.h143 static inline pud_t *p4d_pgtable(p4d_t p4d) in p4d_pgtable() function
/linux-5.19.10/arch/ia64/include/asm/
Dpgtable.h285 #define p4d_pgtable(p4d) ((pud_t *) __va(p4d_val(p4d) & _PFN_MASK)) macro
/linux-5.19.10/arch/sparc/include/asm/
Dpgtable_64.h859 #define p4d_pgtable(p4d) \ macro
/linux-5.19.10/arch/x86/include/asm/
Dpgtable.h878 static inline pud_t *p4d_pgtable(p4d_t p4d) in p4d_pgtable() function
/linux-5.19.10/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1074 static inline pud_t *p4d_pgtable(p4d_t p4d) in p4d_pgtable() function
/linux-5.19.10/arch/arm64/include/asm/
Dpgtable.h759 static inline pud_t *p4d_pgtable(p4d_t p4d) in p4d_pgtable() function