Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/include/asm/xen/
Dpage.h17 #define pte_mfn pte_pfn macro
/linux-4.1.27/arch/x86/include/asm/xen/
Dpage.h220 static inline unsigned long pte_mfn(pte_t pte) in pte_mfn() function
/linux-4.1.27/arch/x86/xen/
Dp2m.c228 mfn = pte_mfn(*ptep); in xen_build_mfn_list_list()
686 mfn = pte_mfn(*pte); in set_foreign_p2m_mapping()
Dmmu.c152 return XMADDR(((phys_addr_t)pte_mfn(*pte) << PAGE_SHIFT) + offset); in arbitrary_virt_to_machine()
1484 if (pte_mfn(pte) != INVALID_P2M_ENTRY) in xen_set_pte_init()