Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/xen/
Dinterface_64.h90 #define __DECL_REG(name) union { \ macro
96 #define __DECL_REG(name) uint64_t r ## name macro
104 __DECL_REG(bp);
105 __DECL_REG(bx);
110 __DECL_REG(ax);
111 __DECL_REG(cx);
112 __DECL_REG(dx);
113 __DECL_REG(si);
114 __DECL_REG(di);
117 __DECL_REG(ip);
[all …]