Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/kernel/
Dkprobes.c184 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()
Dprocess.c57 status = regs->cp0_status & ~(ST0_CU0|ST0_CU1|ST0_CU2|ST0_FR|KU_MASK); in start_thread()
59 regs->cp0_status = status; in start_thread()
123 p->thread.cp0_status = (read_c0_status() & ~(ST0_CU2|ST0_CU1)) | ST0_KERNEL_CUMASK; in copy_thread()
126 unsigned long status = p->thread.cp0_status; in copy_thread()
138 childregs->cp0_status = status; in copy_thread()
156 childregs->cp0_status &= ~(ST0_CU2|ST0_CU1); in copy_thread()
886 uregs[MIPS32_EF_CP0_STATUS] = regs->cp0_status; in mips_dump_regs32()
908 uregs[MIPS64_EF_CP0_STATUS] = regs->cp0_status; in mips_dump_regs64()
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()
256 *(ptr++) = p->thread.cp0_status; in sleeping_thread_to_gdb_regs()
Dtraps.c212 regs.cp0_status = KSU_KERNEL; in show_stack()
306 printk("Status: %08x ", (uint32_t) regs->cp0_status); in __show_regs()
309 if (regs->cp0_status & ST0_KUO) in __show_regs()
311 if (regs->cp0_status & ST0_IEO) in __show_regs()
313 if (regs->cp0_status & ST0_KUP) in __show_regs()
315 if (regs->cp0_status & ST0_IEP) in __show_regs()
317 if (regs->cp0_status & ST0_KUC) in __show_regs()
319 if (regs->cp0_status & ST0_IEC) in __show_regs()
322 if (regs->cp0_status & ST0_KX) in __show_regs()
324 if (regs->cp0_status & ST0_SX) in __show_regs()
[all …]
Dasm-offsets.c68 OFFSET(PT_STATUS, pt_regs, cp0_status); in output_ptreg_defines()
123 thread.cp0_status); in output_thread_defines()
Dptrace.c83 __put_user((long)regs->cp0_status, (__s64 __user *)&data->cp0_status); in ptrace_getregs()
888 REG_OFFSET_NAME(c0_status, cp0_status),
/linux-6.1.9/arch/mips/include/asm/
Dprocessor.h234 unsigned long cp0_status; member
312 .cp0_status = 0, \
363 #define KSTK_STATUS(tsk) (task_pt_regs(tsk)->cp0_status)
Dptrace.h38 unsigned long cp0_status; member
141 #define user_mode(regs) (((regs)->cp0_status & KU_MASK) == KU_USER)
/linux-6.1.9/samples/kprobes/
Dkprobe_example.c40 p->symbol_name, p->addr, regs->cp0_epc, regs->cp0_status); in handler_pre()
77 p->symbol_name, p->addr, regs->cp0_status); in handler_post()
/linux-6.1.9/arch/mips/include/uapi/asm/
Dptrace.h46 __u64 cp0_status; member
/linux-6.1.9/drivers/watchdog/
Docteon-wdt-main.c220 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-6.1.9/arch/mips/mti-malta/
Dmalta-int.c95 regs->cp0_epc, regs->cp0_status, in corehi_irqdispatch()
/linux-6.1.9/arch/mips/kvm/
Dentry.c228 UASM_i_SW(&p, V0, offsetof(struct pt_regs, cp0_status), K1); in kvm_mips_build_vcpu_run()