Lines Matching refs:DEFINE_LONGS
13 #define DEFINE_LONGS(sym, val) \ macro
20 DEFINE_LONGS(HOST_FP_SIZE, sizeof(struct user_fpregs_struct)); in foo()
21 DEFINE_LONGS(HOST_FPX_SIZE, sizeof(struct user_fpxregs_struct)); in foo()
42 DEFINE_LONGS(HOST_FP_SIZE, 2696); in foo()
46 DEFINE_LONGS(HOST_BX, RBX); in foo()
47 DEFINE_LONGS(HOST_CX, RCX); in foo()
48 DEFINE_LONGS(HOST_DI, RDI); in foo()
49 DEFINE_LONGS(HOST_SI, RSI); in foo()
50 DEFINE_LONGS(HOST_DX, RDX); in foo()
51 DEFINE_LONGS(HOST_BP, RBP); in foo()
52 DEFINE_LONGS(HOST_AX, RAX); in foo()
53 DEFINE_LONGS(HOST_R8, R8); in foo()
54 DEFINE_LONGS(HOST_R9, R9); in foo()
55 DEFINE_LONGS(HOST_R10, R10); in foo()
56 DEFINE_LONGS(HOST_R11, R11); in foo()
57 DEFINE_LONGS(HOST_R12, R12); in foo()
58 DEFINE_LONGS(HOST_R13, R13); in foo()
59 DEFINE_LONGS(HOST_R14, R14); in foo()
60 DEFINE_LONGS(HOST_R15, R15); in foo()
61 DEFINE_LONGS(HOST_ORIG_AX, ORIG_RAX); in foo()
62 DEFINE_LONGS(HOST_CS, CS); in foo()
63 DEFINE_LONGS(HOST_SS, SS); in foo()
64 DEFINE_LONGS(HOST_EFLAGS, EFLAGS); in foo()
66 DEFINE_LONGS(HOST_FS, FS); in foo()
67 DEFINE_LONGS(HOST_GS, GS); in foo()
68 DEFINE_LONGS(HOST_DS, DS); in foo()
69 DEFINE_LONGS(HOST_ES, ES); in foo()
72 DEFINE_LONGS(HOST_IP, RIP); in foo()
73 DEFINE_LONGS(HOST_SP, RSP); in foo()