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.h89 #define __DECL_REG(name) union { \ macro
95 #define __DECL_REG(name) uint64_t r ## name macro
103 __DECL_REG(bp);
104 __DECL_REG(bx);
109 __DECL_REG(ax);
110 __DECL_REG(cx);
111 __DECL_REG(dx);
112 __DECL_REG(si);
113 __DECL_REG(di);
116 __DECL_REG(ip);
[all …]