Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/xen/
Dmmu.c37 return XMADDR(((phys_addr_t)pte_mfn(*pte) << PAGE_SHIFT) + offset); in arbitrary_virt_to_machine()
Dp2m.c251 mfn = pte_mfn(*ptep); in xen_build_mfn_list_list()
723 mfn = pte_mfn(*pte); in set_foreign_p2m_mapping()
/linux-5.19.10/arch/x86/include/asm/xen/
Dpage.h306 static inline unsigned long pte_mfn(pte_t pte) in pte_mfn() function