Home
last modified time | relevance | path

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

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