Home
last modified time | relevance | path

Searched refs:cp0_status (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/arch/mips/kernel/
Dkprobes.c189 kcb->kprobe_saved_SR = kcb->kprobe_old_SR = (regs->cp0_status & ST0_IE); in set_current_kprobe()
245 regs->cp0_status &= ~ST0_IE; in prepare_singlestep()
307 regs->cp0_status &= ~ST0_IE; in kprobe_handler()
308 regs->cp0_status |= kcb->kprobe_saved_SR; in kprobe_handler()
399 regs->cp0_status |= kcb->kprobe_saved_SR; in post_kprobe_handler()
423 regs->cp0_status |= kcb->kprobe_old_SR; in kprobe_fault_handler()
Dprocess.c72 status = regs->cp0_status & ~(ST0_CU0|ST0_CU1|ST0_FR|KU_MASK); in start_thread()
74 regs->cp0_status = status; in start_thread()
134 p->thread.cp0_status = read_c0_status() & ~(ST0_CU2|ST0_CU1); in copy_thread_tls()
137 unsigned long status = p->thread.cp0_status; in copy_thread_tls()
150 childregs->cp0_status = status; in copy_thread_tls()
169 childregs->cp0_status &= ~(ST0_CU2|ST0_CU1); in copy_thread_tls()
854 uregs[MIPS32_EF_CP0_STATUS] = regs->cp0_status; in mips_dump_regs32()
876 uregs[MIPS64_EF_CP0_STATUS] = regs->cp0_status; in mips_dump_regs64()
Dtraps.c202 regs.cp0_status = KSU_KERNEL; in show_stack()
291 printk("Status: %08x ", (uint32_t) regs->cp0_status); in __show_regs()
294 if (regs->cp0_status & ST0_KUO) in __show_regs()
296 if (regs->cp0_status & ST0_IEO) in __show_regs()
298 if (regs->cp0_status & ST0_KUP) in __show_regs()
300 if (regs->cp0_status & ST0_IEP) in __show_regs()
302 if (regs->cp0_status & ST0_KUC) in __show_regs()
304 if (regs->cp0_status & ST0_IEC) in __show_regs()
307 if (regs->cp0_status & ST0_KX) in __show_regs()
309 if (regs->cp0_status & ST0_SX) in __show_regs()
[all …]
Dkgdb.c88 { "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()
275 *(ptr++) = p->thread.cp0_status; in sleeping_thread_to_gdb_regs()
Dasm-offsets.c68 OFFSET(PT_STATUS, pt_regs, cp0_status); in output_ptreg_defines()
125 thread.cp0_status); in output_thread_defines()
Dptrace.c119 __put_user((long)regs->cp0_status, (__s64 __user *)&data->cp0_status); in ptrace_getregs()
863 REG_OFFSET_NAME(c0_status, cp0_status),
/Linux-v4.19/arch/mips/include/asm/
Dprocessor.h261 unsigned long cp0_status; member
325 .cp0_status = 0, \
387 #define KSTK_STATUS(tsk) (task_pt_regs(tsk)->cp0_status)
Dptrace.h38 unsigned long cp0_status; member
146 #define user_mode(regs) (((regs)->cp0_status & KU_MASK) == KU_USER)
/Linux-v4.19/samples/kprobes/
Dkprobe_example.c39 p->symbol_name, p->addr, regs->cp0_epc, regs->cp0_status); in handler_pre()
69 p->symbol_name, p->addr, regs->cp0_status); in handler_post()
/Linux-v4.19/arch/mips/include/uapi/asm/
Dptrace.h46 __u64 cp0_status; member
/Linux-v4.19/drivers/watchdog/
Docteon-wdt-main.c226 u64 cp0_status = read_c0_status(); in octeon_wdt_nmi_stage3() local
252 octeon_wdt_write_hex(cp0_status, 16); in octeon_wdt_nmi_stage3()
/Linux-v4.19/arch/mips/mti-malta/
Dmalta-int.c95 regs->cp0_epc, regs->cp0_status, in corehi_irqdispatch()
/Linux-v4.19/arch/mips/kvm/
Dentry.c234 UASM_i_SW(&p, V0, offsetof(struct pt_regs, cp0_status), K1); in kvm_mips_build_vcpu_run()