Home
last modified time | relevance | path

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

/arch/x86/kernel/
A Dsignal_32.c314 loadsegment(ds, __USER_DS); in ia32_setup_frame()
315 loadsegment(es, __USER_DS); in ia32_setup_frame()
317 regs->ds = __USER_DS; in ia32_setup_frame()
318 regs->es = __USER_DS; in ia32_setup_frame()
322 regs->ss = __USER_DS; in ia32_setup_frame()
396 loadsegment(ds, __USER_DS); in ia32_setup_rt_frame()
397 loadsegment(es, __USER_DS); in ia32_setup_rt_frame()
399 regs->ds = __USER_DS; in ia32_setup_rt_frame()
400 regs->es = __USER_DS; in ia32_setup_rt_frame()
404 regs->ss = __USER_DS; in ia32_setup_rt_frame()
A Dprocess_32.c116 regs->ds = __USER_DS; in start_thread()
117 regs->es = __USER_DS; in start_thread()
118 regs->ss = __USER_DS; in start_thread()
A Ddoublefault_32.c96 .es = __USER_DS,
99 .ds = __USER_DS,
A Dprocess_64.c336 loadseg(which, __USER_DS); in load_seg_legacy()
539 loadsegment(fs, __USER_DS); in start_thread_common()
540 load_gs_index(__USER_DS); in start_thread_common()
586 __USER_CS, __USER_DS, 0); in start_thread()
595 __USER_DS, __USER_DS); in compat_start_thread()
A Dsignal_64.c47 regs->ss = __USER_DS; in force_valid_ss()
233 if (unlikely(regs->ss != __USER_DS)) in x64_setup_rt_frame()
351 loadsegment(ds, __USER_DS); in x32_setup_rt_frame()
352 loadsegment(es, __USER_DS); in x32_setup_rt_frame()
355 regs->ss = __USER_DS; in x32_setup_rt_frame()
A Dsignal.c124 regs->ss != __USER_DS && in get_sigframe()
A Dhead_32.S276 movl $(__USER_DS),%eax # DS/ES contains default USER segment
/arch/x86/xen/
A Dxen-asm.S284 movq $__USER_DS, 4*8(%rsp)
304 movq $__USER_DS, 4*8(%rsp)
326 movq $__USER_DS, 4*8(%rsp)
A Dsmp_pv.c250 ctxt->user_regs.ds = __USER_DS; in cpu_initialize_context()
251 ctxt->user_regs.es = __USER_DS; in cpu_initialize_context()
/arch/x86/entry/
A Dentry_64_compat.S63 pushq $__USER_DS /* pt_regs->ss */
202 pushq $__USER_DS /* pt_regs->ss */
A Dsyscall_64.c117 if (unlikely(regs->cs != __USER_CS || regs->ss != __USER_DS)) in do_syscall_64()
A Dsyscall_32.c349 if (unlikely(regs->cs != __USER32_CS || regs->ss != __USER_DS)) in do_fast_syscall_32()
A Dentry_32.S230 movl $(__USER_DS), %edx
803 pushl $__USER_DS /* pt_regs->ss */
A Dentry_64.S101 pushq $__USER_DS /* pt_regs->ss */
762 movl $__USER_DS, %eax
/arch/x86/include/asm/
A Dsegment.h137 #define __USER_DS (GDT_ENTRY_DEFAULT_USER_DS*8 + 3) macro
216 #define __USER_DS (GDT_ENTRY_DEFAULT_USER_DS*8 + 3) macro
A Delf.h170 elf_common_init(&current->thread, regs, __USER_DS)
/arch/x86/kernel/acpi/
A Dwakeup_32.S18 movw $__USER_DS, %ax
/arch/x86/power/
A Dcpu.c227 loadsegment(ds, __USER_DS); in __restore_processor_state()
228 loadsegment(es, __USER_DS); in __restore_processor_state()
/arch/x86/mm/
A Dextable.c198 asm volatile ("mov %0, %%fs" : : "rm" (__USER_DS)); in ex_handler_clear_fs()
/arch/x86/math-emu/
A Dfpu_entry.c134 } else if (FPU_CS == __USER_CS && FPU_DS == __USER_DS) { in math_emulate()
/arch/x86/kvm/vmx/
A Dvmx.c7369 loadsegment(ds, __USER_DS); in vmx_vcpu_run()
7370 loadsegment(es, __USER_DS); in vmx_vcpu_run()

Completed in 679 milliseconds