Home
last modified time | relevance | path

Searched refs:_pgd_pfn (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/arch/riscv/mm/
Dkasan_init.c196 base_p4d = pt_ops.get_p4d_virt(pfn_to_phys(_pgd_pfn(*pgdp))); in kasan_early_clear_p4d()
280 base_p4d = pt_ops.get_p4d_virt(pfn_to_phys(_pgd_pfn(*pgdp))); in kasan_early_populate_p4d()
Dinit.c657 next_phys = PFN_PHYS(_pgd_pfn(pgdp[pgd_idx])); in create_pgd_mapping()
/Linux-v6.6/arch/riscv/include/asm/
Dpgtable.h268 static inline unsigned long _pgd_pfn(pgd_t pgd) in _pgd_pfn() function