Home
last modified time | relevance | path

Searched refs:__USER_DS (Results 1 – 19 of 19) sorted by relevance

/arch/h8300/include/asm/
Dsegment.h6 #ifndef __USER_DS
7 #define __USER_DS (USER_DATA) macro
23 #define USER_DS MAKE_MM_SEG(__USER_DS)
/arch/m68k/include/asm/
Dsegment.h7 #ifndef __USER_DS
8 #define __USER_DS (USER_DATA) macro
30 #define USER_DS MAKE_MM_SEG(__USER_DS)
/arch/x86/kernel/
Ddoublefault_32.c61 .es = __USER_DS,
64 .ds = __USER_DS,
Dprocess_32.c196 regs->ds = __USER_DS; in start_thread()
197 regs->es = __USER_DS; in start_thread()
198 regs->ss = __USER_DS; in start_thread()
Dsignal.c221 if ((regs->ss & 0xffff) != __USER_DS && in get_sigframe()
331 regs->ds = __USER_DS; in __setup_frame()
332 regs->es = __USER_DS; in __setup_frame()
333 regs->ss = __USER_DS; in __setup_frame()
398 regs->ds = __USER_DS; in __setup_rt_frame()
399 regs->es = __USER_DS; in __setup_rt_frame()
400 regs->ss = __USER_DS; in __setup_rt_frame()
920 loadsegment(ds, __USER_DS); in x32_setup_rt_frame()
921 loadsegment(es, __USER_DS); in x32_setup_rt_frame()
924 regs->ss = __USER_DS; in x32_setup_rt_frame()
Dprocess_64.c254 __USER_CS, __USER_DS, 0); in start_thread()
263 __USER_DS, __USER_DS); in start_thread_ia32()
Dprocess.c293 regs.ds = __USER_DS; in kernel_thread()
294 regs.es = __USER_DS; in kernel_thread()
Dentry_32.S211 movl $(__USER_DS), %edx
390 pushl_cfi $__USER_DS
1257 movl $(__USER_DS), %ecx
Dhead_32.S446 movl $(__USER_DS),%eax # DS/ES contains default USER segment
Dentry_64.S204 movq $__USER_DS,SS+\offset(%rsp)
/arch/arm/include/asm/
Dsegment.h8 #define __USER_DS 0x1 macro
/arch/m32r/include/asm/
Dsegment.h8 #define __USER_DS 0x2B macro
/arch/x86/include/asm/
Dsegment.h166 #define __USER32_DS __USER_DS
189 #define __USER_DS (GDT_ENTRY_DEFAULT_USER_DS*8+3) macro
Delf.h161 #if __USER32_DS != __USER_DS
181 elf_common_init(&current->thread, regs, __USER_DS)
/arch/x86/xen/
Dxen-asm_64.S74 pushq $__USER_DS
Dsmp.c299 ctxt->user_regs.ds = __USER_DS; in cpu_initialize_context()
300 ctxt->user_regs.es = __USER_DS; in cpu_initialize_context()
/arch/m68k/kernel/
Dprocess.c173 current->thread.fs = __USER_DS; in flush_thread()
/arch/x86/math-emu/
Dfpu_entry.c174 } else if (FPU_CS == __USER_CS && FPU_DS == __USER_DS) { in math_emulate()
/arch/x86/kvm/
Dvmx.c6265 asm("mov %0, %%ds; mov %0, %%es" : : "r"(__USER_DS)); in vmx_vcpu_run()