Home
last modified time | relevance | path

Searched refs:__KERNEL_DS (Results 1 – 23 of 23) sorted by relevance

/linux/arch/x86/realmode/rm/
H A Dtrampoline_64.S89 movw $__KERNEL_DS, %dx # Data segment descriptor
199 movw $__KERNEL_DS, %dx
235 movw $__KERNEL_DS, %dx
267 .quad 0x00cf93000000ffff # __KERNEL_DS
H A Dreboot.S27 movl $__KERNEL_DS, %eax
/linux/arch/x86/include/asm/
H A Dsegment.h136 #define __KERNEL_DS (GDT_ENTRY_KERNEL_DS*8) macro
214 #define __KERNEL_DS (GDT_ENTRY_KERNEL_DS*8) macro
H A Dfred.h77 .ss =__KERNEL_DS, in fred_entry_from_kvm()
H A Dnospec-branch.h580 static const u16 ds = __KERNEL_DS; in mds_clear_cpu_buffers()
/linux/arch/x86/kernel/
H A Dkgdb.c155 gdb_regs[GDB_DS] = __KERNEL_DS; in sleeping_thread_to_gdb_regs()
156 gdb_regs[GDB_ES] = __KERNEL_DS; in sleeping_thread_to_gdb_regs()
159 gdb_regs[GDB_SS] = __KERNEL_DS; in sleeping_thread_to_gdb_regs()
165 gdb_regs32[GDB_SS] = __KERNEL_DS; in sleeping_thread_to_gdb_regs()
H A Dfred.c44 loadsegment(ss, __KERNEL_DS); in cpu_init_fred_exceptions()
H A Drethook.c32 " pushq $" __stringify(__KERNEL_DS) "\n"
H A Ddoublefault_32.c98 .ss = __KERNEL_DS,
H A Dprocess_64.c705 if (ss_sel != __KERNEL_DS) in __switch_to()
706 loadsegment(ss, __KERNEL_DS); in __switch_to()
H A Dhead_32.S275 1: movl $(__KERNEL_DS),%eax # reload all the segment registers
/linux/arch/x86/entry/
H A Dentry.S45 .word __KERNEL_DS
H A Dentry_32.S1013 pushl $__KERNEL_DS
/linux/arch/x86/xen/
H A Dsmp_pv.c252 ctxt->user_regs.ss = __KERNEL_DS; in cpu_initialize_context()
272 ctxt->kernel_ss = __KERNEL_DS; in cpu_initialize_context()
H A Denlighten_pv.c946 MULTI_stack_switch(mcs.mc, __KERNEL_DS, sp0); in xen_load_sp0()
/linux/arch/x86/kernel/acpi/
H A Dwakeup_32.S13 movw $__KERNEL_DS, %ax
/linux/arch/x86/platform/olpc/
H A Dxo1-wakeup.S39 movw $__KERNEL_DS, %ax
/linux/arch/x86/hyperv/
H A Dhv_vtl.c137 input->vp_context.ss.selector = __KERNEL_DS; in hv_vtl_bringup_vcpu()
/linux/arch/x86/pci/
H A Dpcbios.c380 opt.segment = __KERNEL_DS; in pcibios_get_irq_routing_table()
/linux/arch/x86/kvm/vmx/
H A Dvmenter.S49 push $__KERNEL_DS
H A Dvmx.c4357 vmcs_write16(HOST_DS_SELECTOR, __KERNEL_DS); /* 22.2.4 */ in vmx_set_constant_host_state()
4358 vmcs_write16(HOST_ES_SELECTOR, __KERNEL_DS); /* 22.2.4 */ in vmx_set_constant_host_state()
4360 vmcs_write16(HOST_SS_SELECTOR, __KERNEL_DS); /* 22.2.4 */ in vmx_set_constant_host_state()
/linux/arch/x86/power/
H A Dcpu.c224 loadsegment(ss, __KERNEL_DS); in __restore_processor_state()
/linux/arch/x86/kernel/kprobes/
H A Dopt.c110 " pushq $" __stringify(__KERNEL_DS) "\n"