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

/linux-4.4.14/arch/x86/include/asm/xen/
H A Dpage.h255 static inline unsigned long pte_mfn(pte_t pte) pte_mfn() function
/linux-4.4.14/arch/x86/xen/
H A Dp2m.c243 mfn = pte_mfn(*ptep); xen_build_mfn_list_list()
734 mfn = pte_mfn(*pte); set_foreign_p2m_mapping()
H A Dmmu.c153 return XMADDR(((phys_addr_t)pte_mfn(*pte) << PAGE_SHIFT) + offset); arbitrary_virt_to_machine()
1605 if (pte_mfn(pte) != INVALID_P2M_ENTRY) xen_set_pte_init()

Completed in 98 milliseconds