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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dsegment.h4 #define __KERNEL_CS 0x10 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dsegment.h4 #define __KERNEL_CS 0x0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtrampoline_64.S115 * the new gdt/idt that has __KERNEL_CS with CS.L = 1.
145 .quad 0x00af9b000000ffff # __KERNEL_CS
157 .word __KERNEL_CS, 0
H A Ddoublefault_32.c62 .cs = __KERNEL_CS,
H A Dhead_32.S423 ljmp $(__KERNEL_CS),$1f
500 movl $(__KERNEL_CS << 16),%eax
515 movl $(__KERNEL_CS << 16),%eax
H A Dkprobes.c718 regs->cs = __KERNEL_CS;
720 regs->cs = __KERNEL_CS | get_kernel_rpl();
1196 regs->cs = __KERNEL_CS;
1198 regs->cs = __KERNEL_CS | get_kernel_rpl();
H A Dmachine_kexec_32.c59 "\tljmp $"STR(__KERNEL_CS)",$1f\n"
H A Dkgdb.c170 gdb_regs[GDB_CS] = __KERNEL_CS;
177 gdb_regs32[GDB_CS] = __KERNEL_CS;
H A Dhead_64.S253 pushq $__KERNEL_CS # set correct cs
H A Dentry_32.S1359 cmpw $__KERNEL_CS, 4(%esp)
1367 pushl $__KERNEL_CS
1441 cmpw $__KERNEL_CS,16(%esp)
H A Dprocess.c293 regs.cs = __KERNEL_CS | get_kernel_rpl();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Ddesc.h52 gate->segment = __KERNEL_CS;
333 _set_gate(n, GATE_INTERRUPT, addr, 0, 0, __KERNEL_CS);
362 _set_gate(n, GATE_INTERRUPT, addr, 0x3, 0, __KERNEL_CS);
368 _set_gate(n, GATE_TRAP, addr, 0x3, 0, __KERNEL_CS);
374 _set_gate(n, GATE_TRAP, addr, 0, 0, __KERNEL_CS);
386 _set_gate(n, GATE_INTERRUPT, addr, 0, ist, __KERNEL_CS);
392 _set_gate(n, GATE_INTERRUPT, addr, 0x3, ist, __KERNEL_CS);
H A Dperf_event.h153 (regs)->cs = __KERNEL_CS; \
H A Dsegment.h185 #define __KERNEL_CS (GDT_ENTRY_KERNEL_CS * 8) macro
H A Dprocessor.h871 .sysenter_cs = __KERNEL_CS, \
885 .ss1 = __KERNEL_CS, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/vdso/
H A Dvdso32-setup.c208 checking_wrmsrl(MSR_IA32_SYSENTER_CS, (u64)__KERNEL_CS);
236 tss->x86_tss.ss1 = __KERNEL_CS;
238 wrmsr(MSR_IA32_SYSENTER_CS, __KERNEL_CS, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Dsmp.c263 ctxt->user_regs.cs = __KERNEL_CS;
270 ctxt->event_callback_cs = __KERNEL_CS;
271 ctxt->failsafe_callback_cs = __KERNEL_CS;
H A Dsetup.c177 .address = XEN_CALLBACK(__KERNEL_CS, func),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/acpi/realmode/
H A Dwakeup.S19 .short __KERNEL_CS
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/acpi/
H A Dwakeup_32.S24 ljmp $(__KERNEL_CS), $1f
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/pci/
H A Dpcbios.c60 } bios32_indirect = { 0, __KERNEL_CS };
101 } pci_indirect = { 0, __KERNEL_CS };
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/lguest/
H A Dinterrupts_and_traps.c139 cpu->regs->cs = (__KERNEL_CS|GUEST_PL);
488 trap->a = ((__KERNEL_CS|GUEST_PL)<<16) | (lo&0x0000FFFF);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/lguest/x86/
H A Dcore.c235 wrmsr(MSR_IA32_SYSENTER_CS, __KERNEL_CS, 0);
762 * __KERNEL_CS, and the "data", "extra" and "stack" segment registers
769 regs->cs = __KERNEL_CS|GUEST_PL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/compressed/
H A Dhead_64.S163 * the new gdt/idt that has __KERNEL_CS with CS.L = 1.
167 pushl $__KERNEL_CS
318 .quad 0x00af9a000000ffff /* __KERNEL_CS */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/kmemcheck/
H A Dkmemcheck.c621 if (regs->cs != __KERNEL_CS)

Completed in 223 milliseconds

12