Searched refs:_pgd_pfn (Results 1 – 2 of 2) sorted by relevance
199 base_p4d = pt_ops.get_p4d_virt(pfn_to_phys(_pgd_pfn(pgdp_get(pgdp)))); in kasan_early_clear_p4d()283 base_p4d = pt_ops.get_p4d_virt(pfn_to_phys(_pgd_pfn(pgdp_get(pgdp)))); in kasan_early_populate_p4d()
264 static inline unsigned long _pgd_pfn(pgd_t pgd) in _pgd_pfn() function