Searched refs:__KERNEL_DS (Results 1 – 18 of 18) sorted by relevance
/linux-2.4.37.9/include/asm-m68k/ |
D | segment.h | 12 #ifndef __KERNEL_DS 13 #define __KERNEL_DS (SUPER_DATA) macro 26 #define KERNEL_DS MAKE_MM_SEG(__KERNEL_DS)
|
D | processor.h | 85 PS_S, __KERNEL_DS, \
|
/linux-2.4.37.9/arch/x86_64/boot/compressed/ |
D | head.S | 38 movl $(__KERNEL_DS),%eax 141 .word __KERNEL_DS
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | head.S | 49 movl $(__KERNEL_DS),%eax 324 .long __KERNEL_DS 332 movl $(__KERNEL_DS),%eax
|
D | acpi_wakeup.S | 64 movl $__KERNEL_DS, %eax
|
D | entry.S | 98 movl $(__KERNEL_DS),%edx; \ 294 movl $(__KERNEL_DS),%edx
|
D | traps.c | 205 ss = __KERNEL_DS; in show_registers()
|
D | pci-pc.c | 1008 opt.segment = __KERNEL_DS; in pcibios_get_irq_routing_table()
|
/linux-2.4.37.9/include/asm-arm/ |
D | segment.h | 5 #define __KERNEL_DS 0x0 macro
|
/linux-2.4.37.9/include/asm-i386/ |
D | segment.h | 5 #define __KERNEL_DS 0x18 macro
|
D | hw_irq.h | 109 "movl $" STR(__KERNEL_DS) ",%edx\n\t" \
|
D | save_state.h | 163 asm volatile ("movw %0, %%ds" :: "r" ((u16)__KERNEL_DS)); in restore_processor_context()
|
D | processor.h | 396 __KERNEL_DS, 0, /* ss0 */ \
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | segment.h | 5 #define __KERNEL_DS 0x18 macro
|
/linux-2.4.37.9/arch/x86_64/kernel/ |
D | head.S | 42 movl $__KERNEL_DS,%eax 158 movl $__KERNEL_DS,%eax
|
D | acpi_wakeup.S | 87 movw $__KERNEL_DS, %ax 93 movw $__KERNEL_DS, %ax 196 movw $__KERNEL_DS, %ax
|
/linux-2.4.37.9/arch/i386/boot/compressed/ |
D | head.S | 34 movl $(__KERNEL_DS),%eax
|
D | misc.c | 300 } stack_start = { & user_stack [STACK_SIZE] , __KERNEL_DS };
|