Searched refs:__KERNEL_CS (Results 1 – 17 of 17) sorted by relevance
/linux-2.4.37.9/arch/x86_64/boot/compressed/ |
D | head.S | 80 ljmp $(__KERNEL_CS), $0x100000 131 ljmp $(__KERNEL_CS), $0x100000
|
/linux-2.4.37.9/arch/i386/boot/compressed/ |
D | head.S | 77 ljmp $(__KERNEL_CS), $0x100000 127 ljmp $(__KERNEL_CS), $0x100000
|
/linux-2.4.37.9/include/asm-arm/ |
D | segment.h | 4 #define __KERNEL_CS 0x0 macro
|
/linux-2.4.37.9/include/asm-i386/ |
D | segment.h | 4 #define __KERNEL_CS 0x10 macro
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | segment.h | 4 #define __KERNEL_CS 0x10 macro
|
D | calling.h | 121 movq $__KERNEL_CS,2*8(%rsp) /* cs */
|
D | desc.h | 88 s.segment = __KERNEL_CS; in _set_gate()
|
/linux-2.4.37.9/arch/x86_64/boot/ |
D | setup.S | 725 # jmpi 0x100000,__KERNEL_CS 736 .word __KERNEL_CS
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | acpi_wakeup.S | 45 ljmpl $__KERNEL_CS,$SYMBOL_NAME(wakeup_pmode_return)
|
D | head.S | 308 movl $(__KERNEL_CS << 16),%eax
|
D | pci-pc.c | 582 } bios32_indirect = { 0, __KERNEL_CS }; 623 } pci_indirect = { 0, __KERNEL_CS };
|
D | traps.c | 803 "3" ((char *) (addr)),"2" (__KERNEL_CS << 16)); \
|
/linux-2.4.37.9/arch/x86_64/kernel/ |
D | head.S | 199 .word __KERNEL_CS
|
D | setup64.c | 153 wrmsrl(MSR_STAR, ((u64)__USER32_CS)<<48 | ((u64)__KERNEL_CS)<<32); in syscall_init()
|
D | acpi_wakeup.S | 68 .word __KERNEL_CS 178 .word __KERNEL_CS
|
D | traps.c | 394 if (regs->cs == __KERNEL_CS) in die_if_kernel()
|
/linux-2.4.37.9/arch/i386/math-emu/ |
D | fpu_entry.c | 178 else if ( FPU_CS == __KERNEL_CS ) in math_emulate()
|