Home
last modified time | relevance | path

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

/linux-6.12.1/include/asm-generic/
Dpgtable-nop4d.h43 #define pgd_page(pgd) (p4d_page((p4d_t){ pgd })) macro
/linux-6.12.1/arch/x86/mm/
Dident_map.c183 int kernel_ident_mapping_init(struct x86_mapping_info *info, pgd_t *pgd_page, in kernel_ident_mapping_init()
/linux-6.12.1/arch/riscv/include/asm/
Dpgtable-64.h390 static inline struct page *pgd_page(pgd_t pgd) in pgd_page() function
394 #define pgd_page(pgd) pgd_page(pgd) macro
/linux-6.12.1/arch/riscv/kvm/
Dmmu.c693 struct page *pgd_page; in kvm_riscv_gstage_alloc_pgd() local
/linux-6.12.1/arch/x86/xen/
Dmmu_pv.c463 pgd_t *pgd_page = (pgd_t *)(((unsigned long)pgd) & PAGE_MASK); in xen_get_user_pgd() local
/linux-6.12.1/arch/x86/include/asm/
Dpgtable.h1199 #define pgd_page(pgd) pfn_to_page(pgd_pfn(pgd)) macro
/linux-6.12.1/arch/s390/include/asm/
Dpgtable.h1550 #define pgd_page(pgd) pfn_to_page(pgd_pfn(pgd)) macro
/linux-6.12.1/arch/arm64/include/asm/
Dpgtable.h1106 #define pgd_page(pgd) pfn_to_page(__phys_to_pfn(__pgd_to_phys(pgd))) macro
/linux-6.12.1/drivers/iommu/intel/
Diommu.c1075 struct page *pgd_page = virt_to_page(domain->pgd); in domain_unmap() local