Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/include/asm/xen/
Dpage.h126 static inline xmaddr_t phys_to_machine(xpaddr_t phys) in phys_to_machine() function
167 #define virt_to_machine(v) (phys_to_machine(XPADDR(__pa(v))))
/linux-2.6.39/drivers/xen/
Dswiotlb-xen.c57 return phys_to_machine(XPADDR(paddr)).maddr;; in xen_phys_to_bus()