Home
last modified time | relevance | path

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

/arch/x86/ia32/
Dia32_signal.c375 else if ((regs->ss & 0xffff) != __USER32_DS && in get_sigframe()
459 loadsegment(ds, __USER32_DS); in ia32_setup_frame()
460 loadsegment(es, __USER32_DS); in ia32_setup_frame()
463 regs->ss = __USER32_DS; in ia32_setup_frame()
546 loadsegment(ds, __USER32_DS); in ia32_setup_rt_frame()
547 loadsegment(es, __USER32_DS); in ia32_setup_rt_frame()
550 regs->ss = __USER32_DS; in ia32_setup_rt_frame()
Dia32_aout.c436 loadsegment(ds, __USER32_DS); in load_aout_binary()
437 loadsegment(es, __USER32_DS); in load_aout_binary()
443 (regs)->ss = __USER32_DS; in load_aout_binary()
Dia32entry.S123 pushq $__USER32_DS
296 movq $__USER32_DS,SS-ARGOFFSET(%rsp)
/arch/x86/include/asm/
Delf.h152 loadsegment(ds, __USER32_DS); in start_ia32_thread()
153 loadsegment(es, __USER32_DS); in start_ia32_thread()
159 regs->ss = __USER32_DS; in start_ia32_thread()
Dsegment.h157 #define __USER32_DS __USER_DS macro
/arch/x86/xen/
Dxen-asm_64.S184 pushq $__USER32_DS
218 pushq $__USER32_DS
/arch/x86/vdso/vdso32/
Dsyscall.S22 movl $__USER32_DS, %ecx