| tag | line | file | source code |
|---|---|---|---|
| KSEG0 | 188 | arch/mips/kernel/head.S | #if KERNELBASE == KSEG0 |
| KSEG0 | 98 | arch/mips/kernel/process.c | p->tss.ksp = (p->kernel_stack_page + PAGE_SIZE - 4) | KSEG0; |
| KSEG0 | 100 | arch/mips/kernel/process.c | p->tss.reg29 = ((unsigned long) childregs) | KSEG0; /* new sp */ |
| KSEG0 | 172 | arch/mips/mm/init.c | #if KERNELBASE == KSEG0 |