Lines Matching refs:kprobe
16 DEFINE_PER_CPU(struct kprobe *, current_kprobe) = NULL;
54 static void __kprobes arch_prepare_ss_slot(struct kprobe *p) in arch_prepare_ss_slot()
63 static void __kprobes arch_prepare_simulate(struct kprobe *p) in arch_prepare_simulate()
68 static void __kprobes arch_simulate_insn(struct kprobe *p, struct pt_regs *regs) in arch_simulate_insn()
78 int __kprobes arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
114 void __kprobes arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
120 void __kprobes arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
125 void __kprobes arch_remove_kprobe(struct kprobe *p) in arch_remove_kprobe()
145 static void __kprobes set_current_kprobe(struct kprobe *p) in set_current_kprobe()
172 set_ss_context(struct kprobe_ctlblk *kcb, unsigned long addr, struct kprobe *p) in set_ss_context()
190 static void __kprobes setup_singlestep(struct kprobe *p, in setup_singlestep()
220 static int __kprobes reenter_kprobe(struct kprobe *p, in reenter_kprobe()
247 struct kprobe *cur = kprobe_running(); in post_kprobe_handler()
276 struct kprobe *cur = kprobe_running(); in kprobe_fault_handler()
313 struct kprobe *p, *cur_kprobe; in kprobe_breakpoint_handler()
404 int __kprobes arch_trampoline_kprobe(struct kprobe *p) in arch_trampoline_kprobe()