Home
last modified time | relevance | path

Searched refs:__USER_DS (Results 1 – 23 of 23) 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_no.h7 #ifndef __USER_DS
8 #define __USER_DS (USER_DATA) macro
25 #define USER_DS MAKE_MM_SEG(__USER_DS)
Dsegment_mm.h7 #ifndef __USER_DS
8 #define __USER_DS (USER_DATA) macro
25 #define USER_DS MAKE_MM_SEG(__USER_DS)
/arch/x86/kernel/
Ddoublefault_32.c63 .es = __USER_DS,
66 .ds = __USER_DS,
Dprocess_32.c213 regs.ds = __USER_DS; in kernel_thread()
214 regs.es = __USER_DS; in kernel_thread()
349 regs->ds = __USER_DS; in start_thread()
350 regs->es = __USER_DS; in start_thread()
351 regs->ss = __USER_DS; in start_thread()
Dsignal.c240 if ((regs->ss & 0xffff) != __USER_DS && in get_sigframe()
318 regs->ds = __USER_DS; in __setup_frame()
319 regs->es = __USER_DS; in __setup_frame()
320 regs->ss = __USER_DS; in __setup_frame()
387 regs->ds = __USER_DS; in __setup_rt_frame()
388 regs->es = __USER_DS; in __setup_rt_frame()
389 regs->ss = __USER_DS; in __setup_rt_frame()
Dentry_32.S136 movl $(__USER_DS), %edx; \
303 pushl $(__USER_DS)
1114 movl $(__USER_DS), %ecx
Dvmi_32.c446 ap.ds = __USER_DS; in vmi_startup_ipi_hook()
447 ap.es = __USER_DS; in vmi_startup_ipi_hook()
Dprocess_64.c402 regs->ss = __USER_DS; in start_thread()
Dentry_64.S214 movq $__USER_DS,SS+\offset(%rsp)
/arch/x86/include/asm/
Dsegment.h157 #define __USER32_DS __USER_DS
180 #define __USER_DS (GDT_ENTRY_DEFAULT_USER_DS* 8 + 3) macro
Delf.h181 elf_common_init(&current->thread, regs, __USER_DS)
/arch/arm/include/asm/
Dsegment.h8 #define __USER_DS 0x1 macro
/arch/ia64/ia32/
Dbinfmt_elf32.c187 regs->r16 = (__USER_DS << 16) | __USER_DS; /* ES == DS, GS, FS are zero */ in ia64_elf32_init()
188 regs->r17 = (__USER_DS << 16) | __USER_CS; /* SS, CS; ia32_load_state() sets TSS and LDT */ in ia64_elf32_init()
Dia32_support.c178 ia32_boot_gdt[__USER_DS >> 3] in ia32_boot_gdt_init()
Dia32priv.h346 #define __USER_DS 0x2B macro
Dsys_ia32.c1237 return __USER_DS; in getreg()
1265 if (value != __USER_DS) in putreg()
/arch/x86/xen/
Dsmp.c237 ctxt->user_regs.ds = __USER_DS; in cpu_initialize_context()
238 ctxt->user_regs.es = __USER_DS; in cpu_initialize_context()
Dxen-asm_64.S201 pushq $__USER_DS
/arch/m68k/kernel/
Dprocess.c194 current->thread.fs = __USER_DS; in flush_thread()
/arch/m68knommu/kernel/
Dprocess.c162 current->thread.fs = __USER_DS; in flush_thread()
/arch/x86/math-emu/
Dfpu_entry.c173 } else if (FPU_CS == __USER_CS && FPU_DS == __USER_DS) { in math_emulate()
/arch/x86/kvm/
Dvmx.c3450 asm("mov %0, %%ds; mov %0, %%es" : : "r"(__USER_DS)); in vmx_vcpu_run()