Searched refs:COPY_SEG_CPL3 (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/x86/um/os-Linux/
H A Dmcontext.c12 #define COPY_SEG_CPL3(X) regs->gp[X] = (mc->gregs[REG_##X] & 0xffff) | 3; get_regs_from_mc() macro
17 COPY(EIP); COPY_SEG_CPL3(CS); COPY(EFL); COPY_SEG_CPL3(SS); get_regs_from_mc()
/linux-4.4.14/arch/x86/ia32/
H A Dia32_signal.c58 #define COPY_SEG_CPL3(seg) do { \ macro
96 COPY_SEG_CPL3(cs); ia32_restore_sigcontext()
97 COPY_SEG_CPL3(ss); ia32_restore_sigcontext()
/linux-4.4.14/arch/x86/kernel/
H A Dsignal.c60 #define COPY_SEG_CPL3(seg) do { \ macro
98 COPY_SEG_CPL3(cs); restore_sigcontext()
99 COPY_SEG_CPL3(ss); restore_sigcontext()
104 COPY_SEG_CPL3(cs); restore_sigcontext()

Completed in 105 milliseconds