Home
last modified time | relevance | path

Searched defs:p4d_pgtable (Results 1 – 4 of 4) 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/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