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/
Dprocess_32.c150 childregs->ds = __USER_DS; in copy_thread_tls()
151 childregs->es = __USER_DS; in copy_thread_tls()
204 regs->ds = __USER_DS; in start_thread()
205 regs->es = __USER_DS; in start_thread()
206 regs->ss = __USER_DS; in start_thread()
Ddoublefault.c62 .es = __USER_DS,
65 .ds = __USER_DS,
Dsignal.c222 (regs->ss & 0xffff) != __USER_DS && in get_sigframe()
332 regs->ds = __USER_DS; in __setup_frame()
333 regs->es = __USER_DS; in __setup_frame()
334 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()
526 loadsegment(ds, __USER_DS); in x32_setup_rt_frame()
527 loadsegment(es, __USER_DS); in x32_setup_rt_frame()
530 regs->ss = __USER_DS; in x32_setup_rt_frame()
Dprocess_64.c253 __USER_CS, __USER_DS, 0); in start_thread()
263 __USER_DS, __USER_DS); in compat_start_thread()
Dhead_32.S459 movl $(__USER_DS),%eax # DS/ES contains default USER segment
/arch/x86/include/asm/
Dsegment.h122 #define __USER_DS (GDT_ENTRY_DEFAULT_USER_DS*8 + 3) macro
205 #define __USER_DS (GDT_ENTRY_DEFAULT_USER_DS*8 + 3) macro
206 #define __USER32_DS __USER_DS
Delf.h167 #if __USER32_DS != __USER_DS
188 elf_common_init(&current->thread, regs, __USER_DS)
/arch/m32r/include/asm/
Dsegment.h8 #define __USER_DS 0x2B macro
/arch/x86/xen/
Dxen-asm_64.S60 pushq $__USER_DS
Dsmp.c322 loadsegment(ds, __USER_DS); in xen_smp_prepare_boot_cpu()
323 loadsegment(es, __USER_DS); in xen_smp_prepare_boot_cpu()
416 ctxt->user_regs.ds = __USER_DS; in cpu_initialize_context()
417 ctxt->user_regs.es = __USER_DS; in cpu_initialize_context()
/arch/x86/kernel/acpi/
Dwakeup_32.S18 movw $__USER_DS, %ax
/arch/x86/entry/
Dcommon.c475 return regs->cs == __USER32_CS && regs->ss == __USER_DS && in do_fast_syscall_32()
490 regs->cs == __USER_CS && regs->ss == __USER_DS && in do_fast_syscall_32()
Dentry_32.S170 movl $(__USER_DS), %edx
296 pushl $__USER_DS /* pt_regs->ss */
935 movl $(__USER_DS), %ecx
Dentry_64.S152 pushq $__USER_DS /* pt_regs->ss */
368 cmpq $__USER_DS, SS(%rsp) /* SS must match SYSRET */
/arch/m68k/kernel/
Dprocess.c105 current->thread.fs = __USER_DS; in flush_thread()
/arch/x86/math-emu/
Dfpu_entry.c135 } else if (FPU_CS == __USER_CS && FPU_DS == __USER_DS) { in math_emulate()
/arch/x86/kvm/
Dvmx.c8864 loadsegment(ds, __USER_DS); in vmx_vcpu_run()
8865 loadsegment(es, __USER_DS); in vmx_vcpu_run()