Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/xen/
H A Dmmu.c37 return XMADDR(((phys_addr_t)pte_mfn(*pte) << PAGE_SHIFT) + offset); in arbitrary_virt_to_machine()
H A Dp2m.c246 mfn = pte_mfn(*ptep); in xen_build_mfn_list_list()
718 mfn = pte_mfn(*pte); in set_foreign_p2m_mapping()
/openbmc/linux/arch/x86/include/asm/xen/
H A Dpage.h309 static inline unsigned long pte_mfn(pte_t pte) in pte_mfn() function