Searched refs:cp0_status (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/mips/kernel/ |
| H A D | kprobes.c | 184 kcb->kprobe_saved_SR = kcb->kprobe_old_SR = (regs->cp0_status & ST0_IE); in set_current_kprobe() 240 regs->cp0_status &= ~ST0_IE; in prepare_singlestep() 301 regs->cp0_status &= ~ST0_IE; in kprobe_handler() 302 regs->cp0_status |= kcb->kprobe_saved_SR; in kprobe_handler() 394 regs->cp0_status |= kcb->kprobe_saved_SR; in post_kprobe_handler() 415 regs->cp0_status |= kcb->kprobe_old_SR; in kprobe_fault_handler()
|
| H A D | traps.c | 214 regs.cp0_status = KSU_KERNEL; in show_stack() 308 printk("Status: %08x ", (uint32_t) regs->cp0_status); in __show_regs() 311 if (regs->cp0_status & ST0_KUO) in __show_regs() 313 if (regs->cp0_status & ST0_IEO) in __show_regs() 315 if (regs->cp0_status & ST0_KUP) in __show_regs() 317 if (regs->cp0_status & ST0_IEP) in __show_regs() 319 if (regs->cp0_status & ST0_KUC) in __show_regs() 321 if (regs->cp0_status & ST0_IEC) in __show_regs() 324 if (regs->cp0_status & ST0_KX) in __show_regs() 326 if (regs->cp0_status & ST0_SX) in __show_regs() [all …]
|
| H A D | kgdb.c | 88 { "sr", GDB_SIZEOF_REG, offsetof(struct pt_regs, cp0_status) }, 142 if (!(regs->cp0_status & ST0_CU1)) in dbg_set_reg() 176 if (!(regs->cp0_status & ST0_CU1)) in dbg_get_reg() 256 *(ptr++) = p->thread.cp0_status; in sleeping_thread_to_gdb_regs()
|
| H A D | asm-offsets.c | 77 OFFSET(PT_STATUS, pt_regs, cp0_status); in output_ptreg_defines() 136 thread.cp0_status); in output_thread_defines()
|
| H A D | ptrace.c | 90 __put_user((long)regs->cp0_status, (__s64 __user *)&data->cp0_status); in ptrace_getregs() 896 REG_OFFSET_NAME(c0_status, cp0_status),
|
| /linux/arch/mips/include/asm/ |
| H A D | processor.h | 236 unsigned long cp0_status; member 317 .cp0_status = 0, \ 368 #define KSTK_STATUS(tsk) (task_pt_regs(tsk)->cp0_status)
|
| H A D | ptrace.h | 38 unsigned long cp0_status; member 143 #define user_mode(regs) (((regs)->cp0_status & KU_MASK) == KU_USER)
|
| /linux/samples/kprobes/ |
| H A D | kprobe_example.c | 40 p->symbol_name, p->addr, regs->cp0_epc, regs->cp0_status); in handler_pre() 81 p->symbol_name, p->addr, regs->cp0_status); in handler_post()
|
| /linux/arch/mips/include/uapi/asm/ |
| H A D | ptrace.h | 46 __u64 cp0_status; member
|
| /linux/drivers/watchdog/ |
| H A D | octeon-wdt-main.c | 220 u64 cp0_status = read_c0_status(); in octeon_wdt_nmi_stage3() local 246 octeon_wdt_write_hex(cp0_status, 16); in octeon_wdt_nmi_stage3()
|
| /linux/arch/mips/mti-malta/ |
| H A D | malta-int.c | 95 regs->cp0_epc, regs->cp0_status, in corehi_irqdispatch()
|
| /linux/arch/mips/kvm/ |
| H A D | entry.c | 175 UASM_i_SW(&p, GPR_V0, offsetof(struct pt_regs, cp0_status), GPR_K1); in kvm_mips_build_vcpu_run()
|