Home
last modified time | relevance | path

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

/linux-4.1.27/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)
/linux-4.1.27/arch/x86/kernel/
Dprocess_32.c148 childregs->ds = __USER_DS; in copy_thread()
149 childregs->es = __USER_DS; in copy_thread()
202 regs->ds = __USER_DS; in start_thread()
203 regs->es = __USER_DS; in start_thread()
204 regs->ss = __USER_DS; in start_thread()
Dsignal.c219 (regs->ss & 0xffff) != __USER_DS && in get_sigframe()
329 regs->ds = __USER_DS; in __setup_frame()
330 regs->es = __USER_DS; in __setup_frame()
331 regs->ss = __USER_DS; in __setup_frame()
395 regs->ds = __USER_DS; in __setup_rt_frame()
396 regs->es = __USER_DS; in __setup_rt_frame()
397 regs->ss = __USER_DS; in __setup_rt_frame()
523 loadsegment(ds, __USER_DS); in x32_setup_rt_frame()
524 loadsegment(es, __USER_DS); in x32_setup_rt_frame()
527 regs->ss = __USER_DS; in x32_setup_rt_frame()
Ddoublefault.c62 .es = __USER_DS,
65 .ds = __USER_DS,
Dprocess_64.c250 __USER_CS, __USER_DS, 0); in start_thread()
259 __USER_DS, __USER_DS); in start_thread_ia32()
Dentry_32.S209 movl $(__USER_DS), %edx
388 pushl_cfi $__USER_DS
1236 movl $(__USER_DS), %ecx
Dentry_64.S222 pushq_cfi $__USER_DS /* pt_regs->ss */
469 cmpq $__USER_DS,SS(%rsp) /* SS must match SYSRET */
Dhead_32.S460 movl $(__USER_DS),%eax # DS/ES contains default USER segment
/linux-4.1.27/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)
/linux-4.1.27/arch/m32r/include/asm/
Dsegment.h8 #define __USER_DS 0x2B macro
/linux-4.1.27/arch/x86/xen/
Dsmp.c296 loadsegment(ds, __USER_DS); in xen_smp_prepare_boot_cpu()
297 loadsegment(es, __USER_DS); in xen_smp_prepare_boot_cpu()
386 ctxt->user_regs.ds = __USER_DS; in cpu_initialize_context()
387 ctxt->user_regs.es = __USER_DS; in cpu_initialize_context()
Dxen-asm_64.S74 pushq $__USER_DS
/linux-4.1.27/arch/m68k/kernel/
Dprocess.c105 current->thread.fs = __USER_DS; in flush_thread()
/linux-4.1.27/arch/x86/math-emu/
Dfpu_entry.c173 } else if (FPU_CS == __USER_CS && FPU_DS == __USER_DS) { in math_emulate()
/linux-4.1.27/arch/x86/kvm/
Dvmx.c8331 loadsegment(ds, __USER_DS); in vmx_vcpu_run()
8332 loadsegment(es, __USER_DS); in vmx_vcpu_run()