Home
last modified time | relevance | path

Searched refs:kprobe_ctlblk (Results 1 – 21 of 21) sorted by relevance

/arch/sparc/kernel/
Dkprobes.c44 DEFINE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk);
75 static void __kprobes save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe()
83 static void __kprobes restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe()
92 struct kprobe_ctlblk *kcb) in set_current_kprobe()
100 struct kprobe_ctlblk *kcb) in prepare_singlestep()
119 struct kprobe_ctlblk *kcb; in kprobe_handler()
280 struct pt_regs *regs, struct kprobe_ctlblk *kcb) in resume_execution()
298 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in post_kprobe_handler()
325 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in kprobe_fault_handler()
442 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in setjmp_pre_handler()
[all …]
/arch/s390/kernel/
Dkprobes.c36 DEFINE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk);
142 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in swap_instruction()
174 static void __kprobes enable_singlestep(struct kprobe_ctlblk *kcb, in enable_singlestep()
197 static void __kprobes disable_singlestep(struct kprobe_ctlblk *kcb, in disable_singlestep()
213 static void __kprobes push_kprobe(struct kprobe_ctlblk *kcb, struct kprobe *p) in push_kprobe()
225 static void __kprobes pop_kprobe(struct kprobe_ctlblk *kcb) in pop_kprobe()
240 static void __kprobes kprobe_reenter_check(struct kprobe_ctlblk *kcb, in kprobe_reenter_check()
264 struct kprobe_ctlblk *kcb; in kprobe_handler()
452 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in resume_execution()
476 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in post_kprobe_handler()
[all …]
/arch/mips/kernel/
Dkprobes.c54 DEFINE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk);
216 static void save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe()
225 static void restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe()
235 struct kprobe_ctlblk *kcb) in set_current_kprobe()
256 struct kprobe_ctlblk *kcb) in evaluate_branch_instruction()
290 struct kprobe_ctlblk *kcb) in prepare_singlestep()
324 struct kprobe_ctlblk *kcb) in resume_execution()
339 struct kprobe_ctlblk *kcb; in kprobe_handler()
441 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in post_kprobe_handler()
470 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in kprobe_fault_handler()
[all …]
/arch/x86/kernel/kprobes/
Dftrace.c29 struct kprobe_ctlblk *kcb) in __skip_singlestep()
45 struct kprobe_ctlblk *kcb) in skip_singlestep()
58 struct kprobe_ctlblk *kcb; in kprobe_ftrace_handler()
Dcommon.h105 struct kprobe_ctlblk *kcb);
108 struct kprobe_ctlblk *kcb) in skip_singlestep()
Dcore.c66 DEFINE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk);
428 static void __kprobes save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe()
436 static void __kprobes restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe()
445 struct kprobe_ctlblk *kcb) in set_current_kprobe()
486 setup_singlestep(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb, int reenter) in setup_singlestep()
529 reenter_kprobe(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb) in reenter_kprobe()
565 struct kprobe_ctlblk *kcb; in kprobe_handler()
779 resume_execution(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb) in resume_execution()
862 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in post_kprobe_handler()
898 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in kprobe_fault_handler()
[all …]
Dopt.c146 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in optimized_callback()
/arch/powerpc/kernel/
Dkprobes.c46 DEFINE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk);
130 static void __kprobes save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe()
137 static void __kprobes restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe()
145 struct kprobe_ctlblk *kcb) in set_current_kprobe()
165 struct kprobe_ctlblk *kcb; in kprobe_handler()
383 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in post_kprobe_handler()
424 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in kprobe_fault_handler()
522 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in setjmp_pre_handler()
546 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in longjmp_break_handler()
/arch/arm/kernel/
Dkprobes.c47 DEFINE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk);
166 static void __kprobes save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe()
172 static void __kprobes restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe()
198 singlestep(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb) in singlestep()
213 struct kprobe_ctlblk *kcb; in kprobe_handler()
312 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in kprobe_fault_handler()
465 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in setjmp_pre_handler()
489 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in jprobe_return()
547 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in longjmp_break_handler()
/arch/arc/kernel/
Dkprobes.c24 DEFINE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk);
82 static void __kprobes save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe()
88 static void __kprobes restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe()
199 struct kprobe_ctlblk *kcb; in arc_kprobe_handler()
257 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in arc_post_kprobe_handler()
301 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in kprobe_fault_handler()
392 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in setjmp_pre_handler()
410 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in longjmp_break_handler()
/arch/sh/kernel/
Dkprobes.c21 DEFINE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk);
124 static void __kprobes save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe()
130 static void __kprobes restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe()
137 struct kprobe_ctlblk *kcb) in set_current_kprobe()
220 struct kprobe_ctlblk *kcb; in kprobe_handler()
374 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in post_kprobe_handler()
423 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in kprobe_fault_handler()
493 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in kprobe_exceptions_notify()
530 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in setjmp_pre_handler()
558 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in longjmp_break_handler()
/arch/sparc/include/asm/
Dkprobes.h38 struct kprobe_ctlblk { struct
/arch/arm/include/asm/
Dkprobes.h53 struct kprobe_ctlblk { struct
/arch/ia64/kernel/
Dkprobes.c41 DEFINE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk);
387 static void __kprobes save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe()
395 static void __kprobes restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe()
405 struct kprobe_ctlblk *kcb) in set_current_kprobe()
792 struct kprobe_ctlblk *kcb; in pre_kprobes_handler()
898 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in post_kprobes_handler()
925 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in kprobe_fault_handler()
1047 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in setjmp_pre_handler()
1092 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in longjmp_break_handler()
/arch/arc/include/asm/
Dkprobes.h44 struct kprobe_ctlblk { struct
/arch/s390/include/asm/
Dkprobes.h69 struct kprobe_ctlblk { struct
/arch/sh/include/asm/
Dkprobes.h40 struct kprobe_ctlblk { struct
/arch/mips/include/asm/
Dkprobes.h80 struct kprobe_ctlblk { struct
/arch/powerpc/include/asm/
Dkprobes.h96 struct kprobe_ctlblk { struct
/arch/x86/include/asm/
Dkprobes.h106 struct kprobe_ctlblk { struct
/arch/ia64/include/asm/
Dkprobes.h78 struct kprobe_ctlblk { struct