Home
last modified time | relevance | path

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

12

/linux/arch/h8300/include/asm/
A Dsegment.h12 #ifndef __KERNEL_DS
13 #define __KERNEL_DS (SUPER_DATA) macro
25 #define KERNEL_DS MAKE_MM_SEG(__KERNEL_DS)
/linux/arch/x86/include/asm/
A Dsegment.h134 #define __KERNEL_DS (GDT_ENTRY_KERNEL_DS*8) macro
209 #define __KERNEL_DS (GDT_ENTRY_KERNEL_DS*8) macro
A Dnospec-branch.h281 static const u16 ds = __KERNEL_DS;
/linux/arch/x86/realmode/rm/
A Dtrampoline_64.S70 movw $__KERNEL_DS, %dx # Data segment descriptor
182 .quad 0x00cf93000000ffff # __KERNEL_DS
A Dreboot.S26 movl $__KERNEL_DS, %eax
/linux/arch/x86/kernel/
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()
A Ddoublefault_32.c97 .ss = __KERNEL_DS,
A Dmachine_kexec_32.c34 "\tmovl $"STR(__KERNEL_DS)",%%eax\n" in load_segments()
A Dprocess_64.c653 if (ss_sel != __KERNEL_DS) in __switch_to()
654 loadsegment(ss, __KERNEL_DS); in __switch_to()
A Dftrace_64.S210 movq $__KERNEL_DS, %rcx
A Dhead_32.S311 1: movl $(__KERNEL_DS),%eax # reload all the segment registers
A Dhead64.c606 "movl %%eax, %%es\n" : : "a"(__KERNEL_DS) : "memory"); in startup_64_setup_env()
A Dmachine_kexec_64.c268 : : "a" (__KERNEL_DS) : "memory" in load_segments()
A Dprocess.c72 .ss0 = __KERNEL_DS,
/linux/arch/x86/xen/
A Dsmp_pv.c295 ctxt->user_regs.ss = __KERNEL_DS; in cpu_initialize_context()
315 ctxt->kernel_ss = __KERNEL_DS; in cpu_initialize_context()
/linux/arch/x86/kernel/acpi/
A Dwakeup_32.S13 movw $__KERNEL_DS, %ax
A Dwakeup_64.S30 movw $__KERNEL_DS, %ax
/linux/arch/x86/platform/efi/
A Defi_64.c491 loadsegment(ss, __KERNEL_DS); \
492 loadsegment(ds, __KERNEL_DS); \
493 loadsegment(es, __KERNEL_DS); \
/linux/arch/x86/platform/olpc/
A Dxo1-wakeup.S39 movw $__KERNEL_DS, %ax
/linux/arch/x86/pci/
A Dpcbios.c367 opt.segment = __KERNEL_DS; in pcibios_get_irq_routing_table()
/linux/arch/x86/kvm/vmx/
A Dvmenter.S314 push $__KERNEL_DS
/linux/arch/x86/power/
A Dcpu.c221 loadsegment(ss, __KERNEL_DS); in __restore_processor_state()
/linux/arch/x86/entry/
A Dentry_64.S1264 pushq $__KERNEL_DS
A Dentry_32.S1050 pushl $__KERNEL_DS
/linux/arch/x86/boot/compressed/
A Dhead_64.S609 movl $__KERNEL_DS, %eax

Completed in 46 milliseconds

12