Home
last modified time | relevance | path

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

/freebsd/sys/contrib/xen/arch-x86/
H A Dxen-x86_64.h163 #define __DECL_REG(name) union { \ macro
169 #define __DECL_REG(name) uint64_t r ## name macro
/freebsd/sys/contrib/xen/
H A Darch-arm.h220 # define __DECL_REG(n64, n32) union { \ macro
226 #define __DECL_REG(n64, n32) uint64_t n64 macro