Searched refs:__USER_DS (Results 1 - 20 of 20) sorted by relevance

/linux-4.4.14/arch/m32r/include/asm/
H A Dsegment.h8 #define __USER_DS 0x2B macro
/linux-4.4.14/arch/h8300/include/asm/
H A Dsegment.h6 #ifndef __USER_DS
7 #define __USER_DS (USER_DATA) macro
23 #define USER_DS MAKE_MM_SEG(__USER_DS)
/linux-4.4.14/arch/m68k/include/asm/
H A Dsegment.h7 #ifndef __USER_DS
8 #define __USER_DS (USER_DATA) macro
30 #define USER_DS MAKE_MM_SEG(__USER_DS)
/linux-4.4.14/arch/x86/kernel/
H A Ddoublefault.c62 .es = __USER_DS,
65 .ds = __USER_DS,
H A Dsignal.c222 (regs->ss & 0xffff) != __USER_DS && get_sigframe()
332 regs->ds = __USER_DS; __setup_frame()
333 regs->es = __USER_DS; __setup_frame()
334 regs->ss = __USER_DS; __setup_frame()
398 regs->ds = __USER_DS; __setup_rt_frame()
399 regs->es = __USER_DS; __setup_rt_frame()
400 regs->ss = __USER_DS; __setup_rt_frame()
526 loadsegment(ds, __USER_DS); x32_setup_rt_frame()
527 loadsegment(es, __USER_DS); x32_setup_rt_frame()
530 regs->ss = __USER_DS; x32_setup_rt_frame()
H A Dprocess_32.c148 childregs->ds = __USER_DS; copy_thread_tls()
149 childregs->es = __USER_DS; copy_thread_tls()
202 regs->ds = __USER_DS; start_thread()
203 regs->es = __USER_DS; start_thread()
204 regs->ss = __USER_DS; start_thread()
H A Dprocess_64.c251 __USER_CS, __USER_DS, 0); start_thread()
260 __USER_DS, __USER_DS); compat_start_thread()
431 * SS apparently equal to __USER_DS but actually unusable. __switch_to()
H A Dhead_32.S459 movl $(__USER_DS),%eax # DS/ES contains default USER segment
/linux-4.4.14/arch/x86/kernel/acpi/
H A Dwakeup_32.S18 movw $__USER_DS, %ax
/linux-4.4.14/arch/x86/include/asm/
H A 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
H A Delf.h167 #if __USER32_DS != __USER_DS
168 # error "The following code assumes __USER32_DS == __USER_DS"
188 elf_common_init(&current->thread, regs, __USER_DS)
/linux-4.4.14/arch/x86/xen/
H A Dxen-asm_64.S60 pushq $__USER_DS
H A Dsmp.c316 * expects __USER_DS xen_smp_prepare_boot_cpu()
318 loadsegment(ds, __USER_DS); xen_smp_prepare_boot_cpu()
319 loadsegment(es, __USER_DS); xen_smp_prepare_boot_cpu()
410 ctxt->user_regs.ds = __USER_DS; cpu_initialize_context()
411 ctxt->user_regs.es = __USER_DS; cpu_initialize_context()
/linux-4.4.14/arch/x86/entry/
H A Dcommon.c469 return regs->cs == __USER32_CS && regs->ss == __USER_DS && do_fast_syscall_32()
484 regs->cs == __USER_CS && regs->ss == __USER_DS && do_fast_syscall_32()
H A Dentry_32.S169 movl $(__USER_DS), %edx
294 pushl $__USER_DS /* pt_regs->ss */
330 * Don't bother with DS and ES (they already contain __USER_DS).
936 movl $(__USER_DS), %ecx
H A Dentry_64_compat.S228 * SS = __USER_DS
H A Dentry_64.S149 pushq $__USER_DS /* pt_regs->ss */
340 cmpq $__USER_DS, SS(%rsp) /* SS must match SYSRET */
/linux-4.4.14/arch/m68k/kernel/
H A Dprocess.c105 current->thread.fs = __USER_DS; flush_thread()
/linux-4.4.14/arch/x86/math-emu/
H A Dfpu_entry.c135 } else if (FPU_CS == __USER_CS && FPU_DS == __USER_DS) { math_emulate()
/linux-4.4.14/arch/x86/kvm/
H A Dvmx.c8692 loadsegment(ds, __USER_DS); vmx_vcpu_run()
8693 loadsegment(es, __USER_DS); vmx_vcpu_run()

Completed in 1716 milliseconds