Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/um/
H A Duser-offsets.c13 #define DEFINE_LONGS(sym, val) \ macro
46 DEFINE_LONGS(HOST_BX, RBX); in foo()
47 DEFINE_LONGS(HOST_CX, RCX); in foo()
48 DEFINE_LONGS(HOST_DI, RDI); in foo()
53 DEFINE_LONGS(HOST_R8, R8); in foo()
54 DEFINE_LONGS(HOST_R9, R9); in foo()
62 DEFINE_LONGS(HOST_CS, CS); in foo()
63 DEFINE_LONGS(HOST_SS, SS); in foo()
66 DEFINE_LONGS(HOST_FS, FS); in foo()
67 DEFINE_LONGS(HOST_GS, GS); in foo()
[all …]