tag | line | file | source code |
cp0_status | 439 | arch/mips/kernel/gdb-stub.c | regs->cp0_status |= ST0_CU1; |
cp0_status | 521 | arch/mips/kernel/gdb-stub.c | ptr = mem2hex((char *)®s->cp0_status, ptr, 6*4, 0); /* cp0 */ |
cp0_status | 747 | arch/mips/kernel/gdb-stub.c | regs->cp0_epc, regs->cp0_status, regs->cp0_cause); |
cp0_status | 91 | arch/mips/kernel/process.c | regs->cp0_epc, regs->cp0_status, regs->cp0_cause); |
cp0_status | 133 | arch/mips/kernel/process.c | if (childregs->cp0_status & ST0_CU0) |
cp0_status | 145 | arch/mips/kernel/process.c | p->tss.cp0_status = read_32bit_cp0_register(CP0_STATUS) & |
cp0_status | 147 | arch/mips/kernel/process.c | childregs->cp0_status &= ~(ST0_CU3|ST0_CU2|ST0_CU1); |
cp0_status | 90 | arch/mips/kernel/traps.c | if ((regs->cp0_status & (ST0_ERL|ST0_EXL)) == 0) |
cp0_status | 275 | arch/mips/kernel/traps.c | regs->cp0_status |= ST0_CU1; |
cp0_status | 159 | include/asm-mips/gdb-stub.h | long cp0_status; |
cp0_status | 88 | include/asm-mips/processor.h | unsigned long cp0_status; |
cp0_status | 183 | include/asm-mips/processor.h | regs->cp0_status = (regs->cp0_status & ~(ST0_CU0|ST0_KSU)) | KSU_USER; |
cp0_status | 207 | include/asm-mips/processor.h | #define USES_USER_TIME(regs) (!((regs)->cp0_status & 0x18)) |
cp0_status | 211 | include/asm-mips/processor.h | #define USES_USER_TIME(regs) (!((regs)->cp0_status & 0x4)) |
cp0_status | 45 | include/asm-mips/ptrace.h | unsigned long cp0_status; |
cp0_status | 64 | include/asm-mips/ptrace.h | #define user_mode(regs) ((regs)->cp0_status & 0x10) |
cp0_status | 68 | include/asm-mips/ptrace.h | #define user_mode(regs) (!((regs)->cp0_status & 0x8)) |