Home
last modified time | relevance | path

Searched refs:lookup_address_in_pgd (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/mm/pat/
H A Dset_memory.c575 pte_t *lookup_address_in_pgd(pgd_t *pgd, unsigned long address, in lookup_address_in_pgd() function
626 return lookup_address_in_pgd(pgd_offset_k(address), address, level); in lookup_address()
637 return lookup_address_in_pgd(pgd_offset(mm, address), address, level); in lookup_address_in_mm()
645 return lookup_address_in_pgd(cpa->pgd + pgd_index(address), in _lookup_address_cpa()
2287 * lookup_address_in_pgd() (ideally, it should never return NULL because in kernel_unmap_pages_in_pgd()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dpgtable_types.h565 extern pte_t *lookup_address_in_pgd(pgd_t *pgd, unsigned long address,
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dpgtable_types.h567 extern pte_t *lookup_address_in_pgd(pgd_t *pgd, unsigned long address,
/kernel/linux/linux-6.6/arch/x86/mm/pat/
H A Dset_memory.c662 pte_t *lookup_address_in_pgd(pgd_t *pgd, unsigned long address, in lookup_address_in_pgd() function
713 return lookup_address_in_pgd(pgd_offset_k(address), address, level); in lookup_address()
721 return lookup_address_in_pgd(cpa->pgd + pgd_index(address), in _lookup_address_cpa()
2449 * lookup_address_in_pgd() (ideally, it should never return NULL because in kernel_unmap_pages_in_pgd()
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dfault.c527 pte = lookup_address_in_pgd(pgd, address, &level); in show_fault_oops()
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dfault.c521 pte = lookup_address_in_pgd(pgd, address, &level); in show_fault_oops()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dsev-es.c427 pte = lookup_address_in_pgd(pgd, va, &level); in vc_slow_virt_to_phys()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dsev.c503 pte = lookup_address_in_pgd(pgd, va, &level); in vc_slow_virt_to_phys()

Completed in 16 milliseconds