Searched refs:COPY_SEG (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/um/os-Linux/
H A Dmcontext.c11 #define COPY_SEG(X) regs->gp[X] = mc->gregs[REG_##X] & 0xffff; get_regs_from_mc() macro
13 COPY_SEG(GS); COPY_SEG(FS); COPY_SEG(ES); COPY_SEG(DS); get_regs_from_mc()
/linux-4.4.14/arch/x86/kernel/
H A Dsignal.c56 #define COPY_SEG(seg) do { \ macro
78 COPY_SEG(fs); restore_sigcontext()
79 COPY_SEG(es); restore_sigcontext()
80 COPY_SEG(ds); restore_sigcontext()

Completed in 42 milliseconds