Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/include/asm/xen/
Dpage.h28 } xpaddr_t; typedef
31 #define XPADDR(x) ((xpaddr_t) { .paddr = (x) })
58 static inline xmaddr_t phys_to_machine(xpaddr_t phys) in phys_to_machine()
64 static inline xpaddr_t machine_to_phys(xmaddr_t machine) in machine_to_phys()
/linux-4.1.27/arch/x86/include/asm/xen/
Dpage.h26 } xpaddr_t; typedef
29 #define XPADDR(x) ((xpaddr_t) { .paddr = (x) })
169 static inline xmaddr_t phys_to_machine(xpaddr_t phys) in phys_to_machine()
175 static inline xpaddr_t machine_to_phys(xmaddr_t machine) in machine_to_phys()