Searched refs:__KERNEL_CS (Results 1 - 25 of 30) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m32r/
H A Dsegment.h4 #define __KERNEL_CS 0x10 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dsegment.h4 #define __KERNEL_CS 0x0 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm26/
H A Dsegment.h4 #define __KERNEL_CS 0x0 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-v850/
H A Dsegment.h12 #define __KERNEL_CS 0x0 macro
19 #define KERNEL_CS __KERNEL_CS
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dsegment.h6 #define __KERNEL_CS 0x10 macro
H A Ddesc.h38 s.segment = __KERNEL_CS;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dtrampoline.S114 * the new gdt/idt that has __KERNEL_CS with CS.L = 1.
144 .quad 0x00af9b000000ffff # __KERNEL_CS
156 .word __KERNEL_CS, 0
H A Dsetup64.c163 wrmsrl(MSR_STAR, ((u64)__USER32_CS)<<48 | ((u64)__KERNEL_CS)<<32);
H A Dhead.S237 pushq $__KERNEL_CS # set correct cs
372 .quad 0x00af9b000000ffff /* __KERNEL_CS */
H A Dmce.c113 if (m->cs == __KERNEL_CS)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dsyscall32.c86 checking_wrmsrl(MSR_IA32_SYSENTER_CS, (u64)__KERNEL_CS);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Ddoublefault.c63 .cs = __KERNEL_CS,
H A Dmachine_kexec.c61 "\tljmp $"STR(__KERNEL_CS)",$1f\n"
H A Dsysenter.c186 tss->x86_tss.ss1 = __KERNEL_CS;
188 wrmsr(MSR_IA32_SYSENTER_CS, __KERNEL_CS, 0);
H A Dhead.S321 ljmp $(__KERNEL_CS),$1f
381 movl $(__KERNEL_CS << 16),%eax
396 movl $(__KERNEL_CS << 16),%eax
H A Dtraps.c1082 _set_gate(n, DESCTYPE_INT, addr, __KERNEL_CS);
1090 _set_gate(n, DESCTYPE_INT | DESCTYPE_DPL3, addr, __KERNEL_CS);
1095 _set_gate(n, DESCTYPE_TRAP, addr, __KERNEL_CS);
1100 _set_gate(n, DESCTYPE_TRAP | DESCTYPE_DPL3, addr, __KERNEL_CS);
H A Dentry.S747 cmpw $__KERNEL_CS,4(%esp); \
755 pushl $__KERNEL_CS; \
827 cmpw $__KERNEL_CS,16(%esp)
H A Dkprobes.c402 regs->xcs = __KERNEL_CS | get_kernel_rpl();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dsegment.h63 #define __KERNEL_CS (GDT_ENTRY_KERNEL_CS * 8) macro
139 /* Matches only __KERNEL_CS, ignoring PnP / USER / APM segments */
142 /* Matches __KERNEL_CS and __USER_CS (they must be 2 entries apart) */
H A Dprocessor.h378 .sysenter_cs = __KERNEL_CS, \
393 .ss1 = __KERNEL_CS, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/acpi/
H A Dwakeup.S91 ljmpl $__KERNEL_CS,$wakeup_pmode_return
179 ljmp $(__KERNEL_CS),$1f
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/pci/
H A Dpcbios.c60 } bios32_indirect = { 0, __KERNEL_CS };
101 } pci_indirect = { 0, __KERNEL_CS };
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/compressed/
H A Dhead.S156 * the new gdt/idt that has __KERNEL_CS with CS.L = 1.
160 pushl $__KERNEL_CS
296 .quad 0x00af9a000000ffff /* __KERNEL_CS */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/acpi/
H A Dwakeup.S156 * the new gdt/idt that has __KERNEL_CS with CS.L = 1.
165 .word __KERNEL_CS, 0
219 .quad 0x00af9b000000ffff # __KERNEL_CS
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Dfpu_entry.c179 else if ( FPU_CS == __KERNEL_CS )

Completed in 310 milliseconds

12