tag | line | file | source code |
KERNELBASE | 55 | arch/mips/kernel/head.S | #if KERNELBASE == KSEG1 |
KERNELBASE | 78 | arch/mips/kernel/head.S | #if KERNELBASE == KSEG1 |
KERNELBASE | 96 | arch/mips/kernel/head.S | #if KERNELBASE == KSEG1 |
KERNELBASE | 120 | arch/mips/kernel/head.S | #if KERNELBASE == KSEG1 |
KERNELBASE | 188 | arch/mips/kernel/head.S | #if KERNELBASE == KSEG0 |
KERNELBASE | 90 | arch/mips/kernel/setup.c | memory_start = (unsigned long) &end - KERNELBASE; |
KERNELBASE | 172 | arch/mips/mm/init.c | #if KERNELBASE == KSEG0 |
KERNELBASE | 214 | arch/mips/mm/init.c | else if (tmp < ((unsigned long) &etext - KERNELBASE)) |
KERNELBASE | 123 | include/asm-mips/page.h | #define PAGE_OFFSET KERNELBASE |
KERNELBASE | 36 | include/asm-mips/system.h | : "r" (KERNELBASE)); |
KERNELBASE | 11 | include/asm-mips/unistd.h | #define errno (*(int *)((unsigned long)&errno - KERNELBASE)) |