Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable-4k.h62 static inline pud_t *p4d_pgtable(p4d_t p4d) in p4d_pgtable() function
/linux/include/asm-generic/
H A Dpgtable-nopud.h52 #define p4d_pgtable(p4d) ((pud_t *)(pud_pgtable((pud_t){ p4d }))) macro
/linux/arch/um/include/asm/
H A Dpgtable-4level.h98 #define p4d_pgtable(p4d) ((pud_t *) __va(p4d_val(p4d) & PAGE_MASK)) macro
/linux/arch/arc/include/asm/
H A Dpgtable-levels.h111 #define p4d_pgtable(p4d) ((pud_t *)(p4d_val(p4d) & PAGE_MASK)) macro
/linux/arch/riscv/include/asm/
H A Dpgtable-64.h324 static inline pud_t *p4d_pgtable(p4d_t p4d) in p4d_pgtable() function
/linux/arch/sparc/include/asm/
H A Dpgtable_64.h863 #define p4d_pgtable(p4d) \ macro
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h982 static inline pud_t *p4d_pgtable(p4d_t p4d) in p4d_pgtable() function