Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/um/os-Linux/
Dmcontext.c13 #define COPY_SEG_CPL3(X) regs->gp[X] = (mc->gregs[REG_##X] & 0xffff) | 3; in get_regs_from_mc() macro
18 COPY(EIP); COPY_SEG_CPL3(CS); COPY(EFL); COPY_SEG_CPL3(SS); in get_regs_from_mc()
/Linux-v4.19/arch/x86/ia32/
Dia32_signal.c59 #define COPY_SEG_CPL3(seg) do { \ macro
97 COPY_SEG_CPL3(cs); in ia32_restore_sigcontext()
98 COPY_SEG_CPL3(ss); in ia32_restore_sigcontext()
/Linux-v4.19/arch/x86/kernel/
Dsignal.c64 #define COPY_SEG_CPL3(seg) do { \ macro
132 COPY_SEG_CPL3(cs); in restore_sigcontext()
133 COPY_SEG_CPL3(ss); in restore_sigcontext()