Searched refs:p4d_pgtable (Results 1 - 16 of 16) sorted by relevance

/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgtable-4k.h62 static inline pud_t *p4d_pgtable(p4d_t p4d) function
/linux-master/include/asm-generic/
H A Dpgtable-nopud.h52 #define p4d_pgtable(p4d) ((pud_t *)(pud_pgtable((pud_t){ p4d }))) macro
H A Dpgtable-nop4d.h44 #define pgd_page_vaddr(pgd) ((unsigned long)(p4d_pgtable((p4d_t){ pgd })))
/linux-master/arch/arc/include/asm/
H A Dpgtable-levels.h111 #define p4d_pgtable(p4d) ((pud_t *)(p4d_val(p4d) & PAGE_MASK)) macro
112 #define p4d_page(p4d) virt_to_page(p4d_pgtable(p4d))
/linux-master/arch/riscv/include/asm/
H A Dpgtable-64.h326 static inline pud_t *p4d_pgtable(p4d_t p4d) function
333 #define p4d_page_vaddr(p4d) ((unsigned long)p4d_pgtable(p4d))
388 return (p4d_t *)p4d_pgtable((p4d_t) { pgd_val(pgd) });
/linux-master/arch/powerpc/mm/
H A Dpgtable_64.c108 return virt_to_page(p4d_pgtable(p4d));
/linux-master/arch/riscv/mm/
H A Dpgtable.c35 return p4d_pgtable(p4dp_get(p4d)) + pud_index(address);
/linux-master/arch/mips/include/asm/
H A Dpgtable-64.h207 static inline pud_t *p4d_pgtable(p4d_t p4d) function
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h155 static inline pud_t *p4d_pgtable(p4d_t p4d) function
/linux-master/arch/x86/mm/
H A Dinit_64.c202 BUG_ON(p4d_pgtable(*p4d)
203 != p4d_pgtable(*p4d_ref));
/linux-master/arch/sparc/include/asm/
H A Dpgtable_64.h862 #define p4d_pgtable(p4d) \ macro
/linux-master/include/linux/
H A Dpgtable.h131 return p4d_pgtable(*p4d) + pud_index(address);
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h980 static inline pud_t *p4d_pgtable(p4d_t p4d) function
/linux-master/arch/x86/include/asm/
H A Dpgtable.h1112 static inline pud_t *p4d_pgtable(p4d_t p4d) function
/linux-master/arch/powerpc/mm/book3s64/
H A Dradix_pgtable.c859 pud_base = p4d_pgtable(*p4d);
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h829 static inline pud_t *p4d_pgtable(p4d_t p4d) function

Completed in 206 milliseconds