Searched refs:__USER_DS (Results 1 – 23 of 23) sorted by relevance
/arch/h8300/include/asm/ |
D | segment.h | 6 #ifndef __USER_DS 7 #define __USER_DS (USER_DATA) macro 23 #define USER_DS MAKE_MM_SEG(__USER_DS)
|
/arch/m68k/include/asm/ |
D | segment_no.h | 7 #ifndef __USER_DS 8 #define __USER_DS (USER_DATA) macro 25 #define USER_DS MAKE_MM_SEG(__USER_DS)
|
D | segment_mm.h | 7 #ifndef __USER_DS 8 #define __USER_DS (USER_DATA) macro 25 #define USER_DS MAKE_MM_SEG(__USER_DS)
|
/arch/x86/kernel/ |
D | doublefault_32.c | 63 .es = __USER_DS, 66 .ds = __USER_DS,
|
D | process_32.c | 213 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()
|
D | signal.c | 240 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()
|
D | entry_32.S | 136 movl $(__USER_DS), %edx; \ 303 pushl $(__USER_DS) 1114 movl $(__USER_DS), %ecx
|
D | vmi_32.c | 446 ap.ds = __USER_DS; in vmi_startup_ipi_hook() 447 ap.es = __USER_DS; in vmi_startup_ipi_hook()
|
D | process_64.c | 402 regs->ss = __USER_DS; in start_thread()
|
D | entry_64.S | 214 movq $__USER_DS,SS+\offset(%rsp)
|
/arch/x86/include/asm/ |
D | segment.h | 157 #define __USER32_DS __USER_DS 180 #define __USER_DS (GDT_ENTRY_DEFAULT_USER_DS* 8 + 3) macro
|
D | elf.h | 181 elf_common_init(¤t->thread, regs, __USER_DS)
|
/arch/arm/include/asm/ |
D | segment.h | 8 #define __USER_DS 0x1 macro
|
/arch/ia64/ia32/ |
D | binfmt_elf32.c | 187 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()
|
D | ia32_support.c | 178 ia32_boot_gdt[__USER_DS >> 3] in ia32_boot_gdt_init()
|
D | ia32priv.h | 346 #define __USER_DS 0x2B macro
|
D | sys_ia32.c | 1237 return __USER_DS; in getreg() 1265 if (value != __USER_DS) in putreg()
|
/arch/x86/xen/ |
D | smp.c | 237 ctxt->user_regs.ds = __USER_DS; in cpu_initialize_context() 238 ctxt->user_regs.es = __USER_DS; in cpu_initialize_context()
|
D | xen-asm_64.S | 201 pushq $__USER_DS
|
/arch/m68k/kernel/ |
D | process.c | 194 current->thread.fs = __USER_DS; in flush_thread()
|
/arch/m68knommu/kernel/ |
D | process.c | 162 current->thread.fs = __USER_DS; in flush_thread()
|
/arch/x86/math-emu/ |
D | fpu_entry.c | 173 } else if (FPU_CS == __USER_CS && FPU_DS == __USER_DS) { in math_emulate()
|
/arch/x86/kvm/ |
D | vmx.c | 3450 asm("mov %0, %%ds; mov %0, %%es" : : "r"(__USER_DS)); in vmx_vcpu_run()
|