Searched refs:GET_SEG (Results 1 – 2 of 2) sorted by relevance
53 #define GET_SEG(seg) ({ \ macro60 regs->seg = GET_SEG(seg) | 3; \82 gs = GET_SEG(gs); in ia32_restore_sigcontext()83 fs = GET_SEG(fs); in ia32_restore_sigcontext()84 ds = GET_SEG(ds); in ia32_restore_sigcontext()85 es = GET_SEG(es); in ia32_restore_sigcontext()
54 #define GET_SEG(seg) ({ \ macro61 regs->seg = GET_SEG(seg); \65 regs->seg = GET_SEG(seg) | 3; \112 set_user_gs(regs, GET_SEG(gs)); in restore_sigcontext()