Lines Matching refs:GETREG
47 #define GETREG(regno, regname) regs->regs.gp[HOST_##regno] = sc.regname in copy_sc_from_user() macro
50 GETREG(GS, gs); in copy_sc_from_user()
51 GETREG(FS, fs); in copy_sc_from_user()
52 GETREG(ES, es); in copy_sc_from_user()
53 GETREG(DS, ds); in copy_sc_from_user()
55 GETREG(DI, di); in copy_sc_from_user()
56 GETREG(SI, si); in copy_sc_from_user()
57 GETREG(BP, bp); in copy_sc_from_user()
58 GETREG(SP, sp); in copy_sc_from_user()
59 GETREG(BX, bx); in copy_sc_from_user()
60 GETREG(DX, dx); in copy_sc_from_user()
61 GETREG(CX, cx); in copy_sc_from_user()
62 GETREG(AX, ax); in copy_sc_from_user()
63 GETREG(IP, ip); in copy_sc_from_user()
66 GETREG(R8, r8); in copy_sc_from_user()
67 GETREG(R9, r9); in copy_sc_from_user()
68 GETREG(R10, r10); in copy_sc_from_user()
69 GETREG(R11, r11); in copy_sc_from_user()
70 GETREG(R12, r12); in copy_sc_from_user()
71 GETREG(R13, r13); in copy_sc_from_user()
72 GETREG(R14, r14); in copy_sc_from_user()
73 GETREG(R15, r15); in copy_sc_from_user()
76 GETREG(CS, cs); in copy_sc_from_user()
77 GETREG(EFLAGS, flags); in copy_sc_from_user()
79 GETREG(SS, ss); in copy_sc_from_user()
82 #undef GETREG in copy_sc_from_user()