Home
last modified time | relevance | path

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

/arch/x86/include/asm/xen/
Dinterface_64.h100 #define __DECL_REG(name) union { \ macro
106 #define __DECL_REG(name) uint64_t r ## name macro
114 __DECL_REG(bp);
115 __DECL_REG(bx);
120 __DECL_REG(ax);
121 __DECL_REG(cx);
122 __DECL_REG(dx);
123 __DECL_REG(si);
124 __DECL_REG(di);
127 __DECL_REG(ip);
[all …]