Searched defs:pgd_page (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/x86/mm/
H A Dident_map.c97 int kernel_ident_mapping_init(struct x86_mapping_info *info, pgd_t *pgd_page, argument
/linux-master/include/asm-generic/
H A Dpgtable-nop4d.h43 #define pgd_page(pgd) (p4d_page((p4d_t){ pgd })) macro
/linux-master/arch/riscv/kvm/
H A Dmmu.c713 struct page *pgd_page; local
/linux-master/arch/riscv/include/asm/
H A Dpgtable-64.h392 static inline struct page *pgd_page(pgd_t pgd) function
396 #define pgd_page(pgd) pgd_page(pgd) macro
/linux-master/arch/x86/xen/
H A Dmmu_pv.c464 pgd_t *pgd_page = (pgd_t *)(((unsigned long)pgd) & PAGE_MASK); local
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h1002 #define pgd_page(pgd) pfn_to_page(__phys_to_pfn(__pgd_to_phys(pgd))) macro
/linux-master/arch/x86/include/asm/
H A Dpgtable.h1156 #define pgd_page(pgd) pfn_to_page(pgd_pfn(pgd)) macro
/linux-master/arch/s390/include/asm/
H A Dpgtable.h1497 #define pgd_page(pgd) pfn_to_page(pgd_pfn(pgd)) macro
/linux-master/drivers/iommu/intel/
H A Diommu.c1110 struct page *pgd_page = virt_to_page(domain->pgd); local

Completed in 193 milliseconds