| tag | line | file | source code |
|---|---|---|---|
| KERNEL_CS | 115 | arch/i386/kernel/bios32.c | } bios32_indirect = { 0, KERNEL_CS }; |
| KERNEL_CS | 155 | arch/i386/kernel/bios32.c | } pci_indirect = { 0, KERNEL_CS }; |
| KERNEL_CS | 162 | arch/i386/kernel/process.c | p->tss.cs = KERNEL_CS; |
| KERNEL_CS | 184 | arch/i386/math-emu/fpu_entry.c | else if ( FPU_CS == KERNEL_CS ) |
| KERNEL_CS | 92 | arch/i386/mm/fault.c | if (regs->cs == KERNEL_CS) |
| KERNEL_CS | 189 | include/asm-i386/system.h | "d" ((char *) (addr)),"a" (KERNEL_CS << 16) \ |