Home
last modified time | relevance | path

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

/linux/arch/x86/xen/
H A Dmmu.c36 return XMADDR(((phys_addr_t)pte_mfn(*pte) << PAGE_SHIFT) + offset); in arbitrary_virt_to_machine()
/linux/arch/x86/include/asm/xen/
H A Dpage.h309 static inline unsigned long pte_mfn(pte_t pte) in pte_mfn() function