tag | line | file | source code |
---|---|---|---|
ST0_CU0 | 133 | arch/mips/kernel/process.c | if (childregs->cp0_status & ST0_CU0) |
ST0_CU0 | 160 | include/asm-mips/asm.h | li t0,ST0_CU0|0x1f; \ |
ST0_CU0 | 175 | include/asm-mips/asm.h | li t0,ST0_CU0|0x1f; \ |
ST0_CU0 | 183 | include/asm-mips/processor.h | regs->cp0_status = (regs->cp0_status & ~(ST0_CU0|ST0_KSU)) | KSU_USER; |