Searched refs:phys_to_machine (Results 1 – 2 of 2) sorted by relevance
126 static inline xmaddr_t phys_to_machine(xpaddr_t phys) in phys_to_machine() function167 #define virt_to_machine(v) (phys_to_machine(XPADDR(__pa(v))))
57 return phys_to_machine(XPADDR(paddr)).maddr;; in xen_phys_to_bus()