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

/freebsd-9.3-release/sys/xen/interface/arch-x86/
H A Dxen-x86_64.h145 #define __DECL_REG(name) union { \ macro
151 #define __DECL_REG(name) uint64_t r ## name macro
159 __DECL_REG(bp);
160 __DECL_REG(bx);
165 __DECL_REG(ax);
166 __DECL_REG(cx);
167 __DECL_REG(dx);
168 __DECL_REG(si);
169 __DECL_REG(di);
172 __DECL_REG(i
187 #undef __DECL_REG macro
[all...]

Completed in 52 milliseconds