saved_current_opcode   20 arch/sh/kernel/kprobes.c static DEFINE_PER_CPU(struct kprobe, saved_current_opcode);
saved_current_opcode  146 arch/sh/kernel/kprobes.c 	__this_cpu_write(saved_current_opcode.addr, (kprobe_opcode_t *)regs->pc);
saved_current_opcode  384 arch/sh/kernel/kprobes.c 		addr = __this_cpu_read(saved_current_opcode.addr);
saved_current_opcode  385 arch/sh/kernel/kprobes.c 		__this_cpu_write(saved_current_opcode.addr, NULL);