Searched refs:cp0_status (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/arch/mips/kernel/ |
D | kprobes.c | 238 kcb->kprobe_saved_SR = kcb->kprobe_old_SR = (regs->cp0_status & ST0_IE); in set_current_kprobe() 294 regs->cp0_status &= ~ST0_IE; in prepare_singlestep() 356 regs->cp0_status &= ~ST0_IE; in kprobe_handler() 357 regs->cp0_status |= kcb->kprobe_saved_SR; in kprobe_handler() 453 regs->cp0_status |= kcb->kprobe_saved_SR; in post_kprobe_handler() 477 regs->cp0_status |= kcb->kprobe_old_SR; in kprobe_fault_handler()
|
D | process.c | 65 status = regs->cp0_status & ~(ST0_CU0|ST0_CU1|ST0_FR|KU_MASK); in start_thread() 67 regs->cp0_status = status; in start_thread() 127 p->thread.cp0_status = read_c0_status() & ~(ST0_CU2|ST0_CU1); in copy_thread() 130 unsigned long status = p->thread.cp0_status; in copy_thread() 143 childregs->cp0_status = status; in copy_thread() 162 childregs->cp0_status &= ~(ST0_CU2|ST0_CU1); in copy_thread()
|
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() 270 *(ptr++) = regs->cp0_status; in sleeping_thread_to_gdb_regs()
|
D | traps.c | 282 printk("Status: %08x ", (uint32_t) regs->cp0_status); in __show_regs() 285 if (regs->cp0_status & ST0_KUO) in __show_regs() 287 if (regs->cp0_status & ST0_IEO) in __show_regs() 289 if (regs->cp0_status & ST0_KUP) in __show_regs() 291 if (regs->cp0_status & ST0_IEP) in __show_regs() 293 if (regs->cp0_status & ST0_KUC) in __show_regs() 295 if (regs->cp0_status & ST0_IEC) in __show_regs() 298 if (regs->cp0_status & ST0_KX) in __show_regs() 300 if (regs->cp0_status & ST0_SX) in __show_regs() 302 if (regs->cp0_status & ST0_UX) in __show_regs() [all …]
|
D | ptrace.c | 117 __put_user((long)regs->cp0_status, (__s64 __user *)&data->cp0_status); in ptrace_getregs() 310 uregs[MIPS32_EF_CP0_STATUS] = regs->cp0_status; in gpr32_get() 389 uregs[MIPS64_EF_CP0_STATUS] = regs->cp0_status; in gpr64_get()
|
D | asm-offsets.c | 66 OFFSET(PT_STATUS, pt_regs, cp0_status); in output_ptreg_defines() 122 thread.cp0_status); in output_thread_defines()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | ptrace.h | 33 unsigned long cp0_status; member 66 #define user_mode(regs) (((regs)->cp0_status & KU_MASK) == KU_USER)
|
D | processor.h | 257 unsigned long cp0_status; member 314 .cp0_status = 0, \ 369 #define KSTK_STATUS(tsk) (task_pt_regs(tsk)->cp0_status)
|
/linux-4.1.27/samples/kprobes/ |
D | kprobe_example.c | 38 p->addr, regs->cp0_epc, regs->cp0_status); in handler_pre() 64 p->addr, regs->cp0_status); in handler_post()
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
D | ptrace.h | 45 __u64 cp0_status; member
|
/linux-4.1.27/drivers/watchdog/ |
D | octeon-wdt-main.c | 337 u64 cp0_status = read_c0_status(); in octeon_wdt_nmi_stage3() local 363 octeon_wdt_write_hex(cp0_status, 16); in octeon_wdt_nmi_stage3()
|
/linux-4.1.27/arch/mips/mti-malta/ |
D | malta-int.c | 141 regs->cp0_epc, regs->cp0_status, in corehi_irqdispatch()
|