Home
last modified time | relevance | path

Searched defs:__DECL_REG (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/include/asm/xen/
H A Dinterface_64.h90 #define __DECL_REG(name) union { \ macro
96 #define __DECL_REG(name) uint64_t r ## name macro
/openbmc/qemu/include/hw/xen/interface/arch-x86/
H A Dxen-x86_64.h146 #define __DECL_REG(name) union { \ macro
152 #define __DECL_REG(name) uint64_t r ## name macro
/openbmc/qemu/include/hw/xen/interface/
H A Darch-arm.h203 # define __DECL_REG(n64, n32) union { \ macro
209 #define __DECL_REG(n64, n32) uint64_t n64 macro