Searched refs:__USER_DS (Results 1 - 20 of 20) sorted by relevance
/linux-4.4.14/arch/m32r/include/asm/ |
H A D | segment.h | 8 #define __USER_DS 0x2B macro
|
/linux-4.4.14/arch/h8300/include/asm/ |
H A D | segment.h | 6 #ifndef __USER_DS 7 #define __USER_DS (USER_DATA) macro 23 #define USER_DS MAKE_MM_SEG(__USER_DS)
|
/linux-4.4.14/arch/m68k/include/asm/ |
H A D | segment.h | 7 #ifndef __USER_DS 8 #define __USER_DS (USER_DATA) macro 30 #define USER_DS MAKE_MM_SEG(__USER_DS)
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | doublefault.c | 62 .es = __USER_DS, 65 .ds = __USER_DS,
|
H A D | signal.c | 222 (regs->ss & 0xffff) != __USER_DS && get_sigframe() 332 regs->ds = __USER_DS; __setup_frame() 333 regs->es = __USER_DS; __setup_frame() 334 regs->ss = __USER_DS; __setup_frame() 398 regs->ds = __USER_DS; __setup_rt_frame() 399 regs->es = __USER_DS; __setup_rt_frame() 400 regs->ss = __USER_DS; __setup_rt_frame() 526 loadsegment(ds, __USER_DS); x32_setup_rt_frame() 527 loadsegment(es, __USER_DS); x32_setup_rt_frame() 530 regs->ss = __USER_DS; x32_setup_rt_frame()
|
H A D | process_32.c | 148 childregs->ds = __USER_DS; copy_thread_tls() 149 childregs->es = __USER_DS; copy_thread_tls() 202 regs->ds = __USER_DS; start_thread() 203 regs->es = __USER_DS; start_thread() 204 regs->ss = __USER_DS; start_thread()
|
H A D | process_64.c | 251 __USER_CS, __USER_DS, 0); start_thread() 260 __USER_DS, __USER_DS); compat_start_thread() 431 * SS apparently equal to __USER_DS but actually unusable. __switch_to()
|
H A D | head_32.S | 459 movl $(__USER_DS),%eax # DS/ES contains default USER segment
|
/linux-4.4.14/arch/x86/kernel/acpi/ |
H A D | wakeup_32.S | 18 movw $__USER_DS, %ax
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | segment.h | 122 #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
|
H A D | elf.h | 167 #if __USER32_DS != __USER_DS 168 # error "The following code assumes __USER32_DS == __USER_DS" 188 elf_common_init(¤t->thread, regs, __USER_DS)
|
/linux-4.4.14/arch/x86/xen/ |
H A D | xen-asm_64.S | 60 pushq $__USER_DS
|
H A D | smp.c | 316 * expects __USER_DS xen_smp_prepare_boot_cpu() 318 loadsegment(ds, __USER_DS); xen_smp_prepare_boot_cpu() 319 loadsegment(es, __USER_DS); xen_smp_prepare_boot_cpu() 410 ctxt->user_regs.ds = __USER_DS; cpu_initialize_context() 411 ctxt->user_regs.es = __USER_DS; cpu_initialize_context()
|
/linux-4.4.14/arch/x86/entry/ |
H A D | common.c | 469 return regs->cs == __USER32_CS && regs->ss == __USER_DS && do_fast_syscall_32() 484 regs->cs == __USER_CS && regs->ss == __USER_DS && do_fast_syscall_32()
|
H A D | entry_32.S | 169 movl $(__USER_DS), %edx 294 pushl $__USER_DS /* pt_regs->ss */ 330 * Don't bother with DS and ES (they already contain __USER_DS). 936 movl $(__USER_DS), %ecx
|
H A D | entry_64_compat.S | 228 * SS = __USER_DS
|
H A D | entry_64.S | 149 pushq $__USER_DS /* pt_regs->ss */ 340 cmpq $__USER_DS, SS(%rsp) /* SS must match SYSRET */
|
/linux-4.4.14/arch/m68k/kernel/ |
H A D | process.c | 105 current->thread.fs = __USER_DS; flush_thread()
|
/linux-4.4.14/arch/x86/math-emu/ |
H A D | fpu_entry.c | 135 } else if (FPU_CS == __USER_CS && FPU_DS == __USER_DS) { math_emulate()
|
/linux-4.4.14/arch/x86/kvm/ |
H A D | vmx.c | 8692 loadsegment(ds, __USER_DS); vmx_vcpu_run() 8693 loadsegment(es, __USER_DS); vmx_vcpu_run()
|
Completed in 1716 milliseconds