Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/xen/
Dpage.h28 } xpaddr_t; typedef
40 #define XPADDR(x) ((xpaddr_t) { .paddr = (x) })
212 static inline xmaddr_t phys_to_machine(xpaddr_t phys) in phys_to_machine()
218 static inline xpaddr_t machine_to_phys(xmaddr_t machine) in machine_to_phys()
/Linux-v4.19/include/xen/arm/
Dpage.h25 } xpaddr_t; typedef
28 #define XPADDR(x) ((xpaddr_t) { .paddr = (x) })