Home
last modified time | relevance | path

Searched defs:pgd_page (Results 1 – 6 of 6) sorted by relevance

/linux/arch/riscv/include/asm/
H A Dpgtable-64.h388 static inline struct page *pgd_page(pgd_t pgd) in pgd_page() function
392 #define pgd_page(pgd) pgd_page(pgd) macro
/linux/include/asm-generic/
H A Dpgtable-nop4d.h43 #define pgd_page(pgd) (p4d_page((p4d_t){ pgd })) macro
/linux/arch/riscv/kvm/
H A Dmmu.c439 struct page *pgd_page; in kvm_riscv_mmu_alloc_pgd() local
/linux/arch/x86/include/asm/
H A Dpgtable.h1132 #define pgd_page(pgd) pfn_to_page(pgd_pfn(pgd)) macro
/linux/arch/s390/include/asm/
H A Dpgtable.h1580 #define pgd_page(pgd) pfn_to_page(pgd_pfn(pgd)) macro
/linux/arch/arm64/include/asm/
H A Dpgtable.h1204 #define pgd_page(pgd) pfn_to_page(__phys_to_pfn(__pgd_to_phys(pgd))) macro