Home
last modified time | relevance | path

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

/linux/arch/x86/um/os-Linux/
H A Dmcontext.c18 #define COPY_SEG_CPL3(X) regs->gp[X] = (mc->gregs[REG_##X] & 0xffff) | 3; in get_regs_from_mc() macro
23 COPY(EIP); COPY_SEG_CPL3(CS); COPY(EFL); COPY_SEG_CPL3(SS); in get_regs_from_mc()
27 #undef COPY_SEG_CPL3 in get_regs_from_mc()
62 #define COPY_SEG_CPL3(X) mc->gregs[REG_##X] = (regs->gp[X] & 0xffff) | 3; in get_mc_from_regs() macro
67 COPY(EIP); COPY_SEG_CPL3(CS); COPY(EFL); COPY_SEG_CPL3(SS); in get_mc_from_regs()