Searched refs:__KERNEL_DS (Results 1 – 25 of 28) sorted by relevance
12
/linux-6.3-rc2/arch/x86/realmode/rm/ |
A D | trampoline_64.S | 70 movw $__KERNEL_DS, %dx # Data segment descriptor 181 movw $__KERNEL_DS, %dx 220 .quad 0x00cf93000000ffff # __KERNEL_DS
|
A D | reboot.S | 26 movl $__KERNEL_DS, %eax
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | segment.h | 136 #define __KERNEL_DS (GDT_ENTRY_KERNEL_DS*8) macro 214 #define __KERNEL_DS (GDT_ENTRY_KERNEL_DS*8) macro
|
A D | nospec-branch.h | 537 static const u16 ds = __KERNEL_DS;
|
/linux-6.3-rc2/arch/x86/kernel/ |
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()
|
A D | rethook.c | 32 " pushq $" __stringify(__KERNEL_DS) "\n"
|
A D | doublefault_32.c | 97 .ss = __KERNEL_DS,
|
A D | machine_kexec_32.c | 34 "\tmovl $"STR(__KERNEL_DS)",%%eax\n" in load_segments()
|
A D | process_64.c | 654 if (ss_sel != __KERNEL_DS) in __switch_to() 655 loadsegment(ss, __KERNEL_DS); in __switch_to()
|
A D | ftrace_64.S | 224 movq $__KERNEL_DS, %rcx
|
A D | head_32.S | 302 1: movl $(__KERNEL_DS),%eax # reload all the segment registers
|
A D | head64.c | 634 "movl %%eax, %%es\n" : : "a"(__KERNEL_DS) : "memory"); in startup_64_setup_env()
|
A D | machine_kexec_64.c | 269 : : "a" (__KERNEL_DS) : "memory" in load_segments()
|
A D | process.c | 74 .ss0 = __KERNEL_DS,
|
/linux-6.3-rc2/arch/x86/xen/ |
A D | smp_pv.c | 281 ctxt->user_regs.ss = __KERNEL_DS; in cpu_initialize_context() 301 ctxt->kernel_ss = __KERNEL_DS; in cpu_initialize_context()
|
/linux-6.3-rc2/arch/x86/kernel/acpi/ |
A D | wakeup_32.S | 13 movw $__KERNEL_DS, %ax
|
A D | wakeup_64.S | 30 movw $__KERNEL_DS, %ax
|
/linux-6.3-rc2/arch/x86/platform/efi/ |
A D | efi_64.c | 505 loadsegment(ss, __KERNEL_DS); \ 506 loadsegment(ds, __KERNEL_DS); \ 507 loadsegment(es, __KERNEL_DS); \
|
/linux-6.3-rc2/arch/x86/platform/olpc/ |
A D | xo1-wakeup.S | 39 movw $__KERNEL_DS, %ax
|
/linux-6.3-rc2/arch/x86/pci/ |
A D | pcbios.c | 367 opt.segment = __KERNEL_DS; in pcibios_get_irq_routing_table()
|
/linux-6.3-rc2/arch/x86/kvm/vmx/ |
A D | vmenter.S | 49 push $__KERNEL_DS
|
/linux-6.3-rc2/arch/x86/power/ |
A D | cpu.c | 224 loadsegment(ss, __KERNEL_DS); in __restore_processor_state()
|
/linux-6.3-rc2/arch/x86/kernel/kprobes/ |
A D | opt.c | 110 " pushq $" __stringify(__KERNEL_DS) "\n"
|
/linux-6.3-rc2/arch/x86/boot/compressed/ |
A D | head_64.S | 591 movl $__KERNEL_DS, %eax
|
/linux-6.3-rc2/arch/x86/entry/ |
A D | entry_32.S | 1041 pushl $__KERNEL_DS
|
Completed in 28 milliseconds
12