Searched refs:__USER_DS (Results 1 – 19 of 19) 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.h | 7 #ifndef __USER_DS 8 #define __USER_DS (USER_DATA) macro 30 #define USER_DS MAKE_MM_SEG(__USER_DS)
|
/arch/x86/kernel/ |
D | doublefault_32.c | 61 .es = __USER_DS, 64 .ds = __USER_DS,
|
D | process_32.c | 196 regs->ds = __USER_DS; in start_thread() 197 regs->es = __USER_DS; in start_thread() 198 regs->ss = __USER_DS; in start_thread()
|
D | signal.c | 221 if ((regs->ss & 0xffff) != __USER_DS && in get_sigframe() 331 regs->ds = __USER_DS; in __setup_frame() 332 regs->es = __USER_DS; in __setup_frame() 333 regs->ss = __USER_DS; in __setup_frame() 398 regs->ds = __USER_DS; in __setup_rt_frame() 399 regs->es = __USER_DS; in __setup_rt_frame() 400 regs->ss = __USER_DS; in __setup_rt_frame() 920 loadsegment(ds, __USER_DS); in x32_setup_rt_frame() 921 loadsegment(es, __USER_DS); in x32_setup_rt_frame() 924 regs->ss = __USER_DS; in x32_setup_rt_frame()
|
D | process_64.c | 254 __USER_CS, __USER_DS, 0); in start_thread() 263 __USER_DS, __USER_DS); in start_thread_ia32()
|
D | process.c | 293 regs.ds = __USER_DS; in kernel_thread() 294 regs.es = __USER_DS; in kernel_thread()
|
D | entry_32.S | 211 movl $(__USER_DS), %edx 390 pushl_cfi $__USER_DS 1257 movl $(__USER_DS), %ecx
|
D | head_32.S | 446 movl $(__USER_DS),%eax # DS/ES contains default USER segment
|
D | entry_64.S | 204 movq $__USER_DS,SS+\offset(%rsp)
|
/arch/arm/include/asm/ |
D | segment.h | 8 #define __USER_DS 0x1 macro
|
/arch/m32r/include/asm/ |
D | segment.h | 8 #define __USER_DS 0x2B macro
|
/arch/x86/include/asm/ |
D | segment.h | 166 #define __USER32_DS __USER_DS 189 #define __USER_DS (GDT_ENTRY_DEFAULT_USER_DS*8+3) macro
|
D | elf.h | 161 #if __USER32_DS != __USER_DS 181 elf_common_init(¤t->thread, regs, __USER_DS)
|
/arch/x86/xen/ |
D | xen-asm_64.S | 74 pushq $__USER_DS
|
D | smp.c | 299 ctxt->user_regs.ds = __USER_DS; in cpu_initialize_context() 300 ctxt->user_regs.es = __USER_DS; in cpu_initialize_context()
|
/arch/m68k/kernel/ |
D | process.c | 173 current->thread.fs = __USER_DS; in flush_thread()
|
/arch/x86/math-emu/ |
D | fpu_entry.c | 174 } else if (FPU_CS == __USER_CS && FPU_DS == __USER_DS) { in math_emulate()
|
/arch/x86/kvm/ |
D | vmx.c | 6265 asm("mov %0, %%ds; mov %0, %%es" : : "r"(__USER_DS)); in vmx_vcpu_run()
|