Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dpgtable_types.h571 extern pte_t *lookup_address_in_pgd(pgd_t *pgd, unsigned long address,
/linux/arch/x86/mm/pat/
H A Dset_memory.c725 pte_t *lookup_address_in_pgd(pgd_t *pgd, unsigned long address, in lookup_address_in_pgd() function
742 return lookup_address_in_pgd(pgd_offset_k(address), address, level); in lookup_address()
/linux/arch/x86/coco/sev/
H A Dcore.c525 pte = lookup_address_in_pgd(pgd, va, &level); in vc_slow_virt_to_phys()