Searched refs:__KERNEL_DS (Results 1 – 25 of 29) sorted by relevance
12
/openbmc/linux/arch/x86/realmode/rm/ |
H A D | trampoline_64.S | 87 movw $__KERNEL_DS, %dx # Data segment descriptor 197 movw $__KERNEL_DS, %dx 236 .quad 0x00cf93000000ffff # __KERNEL_DS
|
H A D | reboot.S | 26 movl $__KERNEL_DS, %eax
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | segment.h | 136 #define __KERNEL_DS (GDT_ENTRY_KERNEL_DS*8) macro 214 #define __KERNEL_DS (GDT_ENTRY_KERNEL_DS*8) macro
|
H A D | nospec-branch.h | 608 static const u16 ds = __KERNEL_DS; in mds_clear_cpu_buffers()
|
/openbmc/linux/arch/x86/entry/ |
H A D | entry.S | 43 .word __KERNEL_DS
|
/openbmc/linux/arch/x86/kernel/ |
H A D | rethook.c | 32 " pushq $" __stringify(__KERNEL_DS) "\n"
|
H A D | kgdb.c | 155 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 D | doublefault_32.c | 98 .ss = __KERNEL_DS,
|
H A D | machine_kexec_32.c | 34 "\tmovl $"STR(__KERNEL_DS)",%%eax\n" in load_segments()
|
H A D | process_64.c | 657 if (ss_sel != __KERNEL_DS) in __switch_to() 658 loadsegment(ss, __KERNEL_DS); in __switch_to()
|
H A D | ftrace_64.S | 226 movq $__KERNEL_DS, %rcx
|
H A D | head_32.S | 288 1: movl $(__KERNEL_DS),%eax # reload all the segment registers
|
H A D | head64.c | 633 "movl %%eax, %%es\n" : : "a"(__KERNEL_DS) : "memory"); in startup_64_setup_env()
|
H A D | machine_kexec_64.c | 296 : : "a" (__KERNEL_DS) : "memory" in load_segments()
|
H A D | process.c | 78 .ss0 = __KERNEL_DS,
|
/openbmc/linux/arch/x86/kernel/acpi/ |
H A D | wakeup_32.S | 13 movw $__KERNEL_DS, %ax
|
H A D | wakeup_64.S | 30 movw $__KERNEL_DS, %ax
|
/openbmc/linux/arch/x86/xen/ |
H A D | smp_pv.c | 280 ctxt->user_regs.ss = __KERNEL_DS; in cpu_initialize_context() 300 ctxt->kernel_ss = __KERNEL_DS; in cpu_initialize_context()
|
/openbmc/linux/arch/x86/platform/olpc/ |
H A D | xo1-wakeup.S | 39 movw $__KERNEL_DS, %ax
|
/openbmc/linux/arch/x86/platform/efi/ |
H A D | efi_64.c | 520 loadsegment(ss, __KERNEL_DS); \ 521 loadsegment(ds, __KERNEL_DS); \ 522 loadsegment(es, __KERNEL_DS); \
|
/openbmc/linux/arch/x86/pci/ |
H A D | pcbios.c | 367 opt.segment = __KERNEL_DS; in pcibios_get_irq_routing_table()
|
/openbmc/linux/arch/x86/hyperv/ |
H A D | hv_vtl.c | 136 input->vp_context.ss.selector = __KERNEL_DS; in hv_vtl_bringup_vcpu()
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | vmenter.S | 49 push $__KERNEL_DS
|
/openbmc/linux/arch/x86/power/ |
H A D | cpu.c | 224 loadsegment(ss, __KERNEL_DS); in __restore_processor_state()
|
/openbmc/linux/arch/x86/kernel/kprobes/ |
H A D | opt.c | 110 " pushq $" __stringify(__KERNEL_DS) "\n"
|
12