Searched refs:XPADDR (Results 1 – 2 of 2) sorted by relevance
28 #define XPADDR(x) ((xpaddr_t) { .paddr = (x) }) macro135 return XPADDR(PFN_PHYS(mfn_to_pfn(PFN_DOWN(machine.maddr))) | offset); in machine_to_phys()167 #define virt_to_machine(v) (phys_to_machine(XPADDR(__pa(v))))
57 return phys_to_machine(XPADDR(paddr)).maddr;; in xen_phys_to_bus()