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

/linux-4.4.14/arch/arm/include/asm/xen/
H A Dpage.h24 } xpaddr_t; typedef in typeref:struct:xpaddr
27 #define XPADDR(x) ((xpaddr_t) { .paddr = (x) })
/linux-4.4.14/arch/x86/include/asm/xen/
H A Dpage.h26 } xpaddr_t; typedef in typeref:struct:xpaddr
29 #define XPADDR(x) ((xpaddr_t) { .paddr = (x) })
179 static inline xmaddr_t phys_to_machine(xpaddr_t phys) phys_to_machine()
185 static inline xpaddr_t machine_to_phys(xmaddr_t machine) machine_to_phys()

Completed in 116 milliseconds