tag | line | file | source code |
cp0_status | 109 | arch/mips/kernel/process.c | p->tss.cp0_status = regs->cp0_status & |
cp0_status | 111 | arch/mips/kernel/process.c | childregs->cp0_status &= ~(ST0_CU1|ST0_CU0); |
cp0_status | 85 | arch/mips/kernel/traps.c | if ((regs->cp0_status & (ST0_ERL|ST0_EXL)) == 0) |
cp0_status | 118 | arch/mips/kernel/traps.c | regs->cp0_epc, regs->cp0_status, regs->cp0_cause); |
cp0_status | 243 | arch/mips/kernel/traps.c | regs->cp0_status |= ST0_CU1; |
cp0_status | 125 | include/asm-mips/processor.h | unsigned long cp0_status; |
cp0_status | 209 | include/asm-mips/processor.h | #define USES_USER_TIME(regs) (!((regs)->cp0_status & 0x18)) |
cp0_status | 50 | include/asm-mips/ptrace.h | unsigned long cp0_status; |
cp0_status | 66 | include/asm-mips/ptrace.h | #define user_mode(regs) (!((regs)->cp0_status & 0x18)) |