Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/xen/
H A Dpage.h27 } xpaddr_t; typedef
39 #define XPADDR(x) ((xpaddr_t) { .paddr = (x) })
230 static inline xmaddr_t phys_to_machine(xpaddr_t phys) in phys_to_machine()
236 static inline xpaddr_t machine_to_phys(xmaddr_t machine) in machine_to_phys()
/openbmc/linux/include/xen/arm/
H A Dpage.h25 } xpaddr_t; typedef
28 #define XPADDR(x) ((xpaddr_t) { .paddr = (x) })