Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/um/os-Linux/
Dmcontext.c12 #define COPY_SEG(X) regs->gp[X] = mc->gregs[REG_##X] & 0xffff; in get_regs_from_mc() macro
14 COPY_SEG(GS); COPY_SEG(FS); COPY_SEG(ES); COPY_SEG(DS); in get_regs_from_mc()
/Linux-v4.19/arch/x86/kernel/
Dsignal.c60 #define COPY_SEG(seg) do { \ macro
113 COPY_SEG(fs); in restore_sigcontext()
114 COPY_SEG(es); in restore_sigcontext()
115 COPY_SEG(ds); in restore_sigcontext()