Home
last modified time | relevance | path

Searched refs:kprobe_saved_SR (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/mips/kernel/
Dkprobes.c221 kcb->prev_kprobe.saved_SR = kcb->kprobe_saved_SR; in save_previous_kprobe()
230 kcb->kprobe_saved_SR = kcb->prev_kprobe.saved_SR; in restore_previous_kprobe()
238 kcb->kprobe_saved_SR = kcb->kprobe_old_SR = (regs->cp0_status & ST0_IE); in set_current_kprobe()
357 regs->cp0_status |= kcb->kprobe_saved_SR; in kprobe_handler()
453 regs->cp0_status |= kcb->kprobe_saved_SR; in post_kprobe_handler()
/linux-4.1.27/arch/mips/include/asm/
Dkprobes.h83 unsigned long kprobe_saved_SR; member