Home
last modified time | relevance | path

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

12

/arch/csky/kernel/probes/
A Dkprobes.c17 DEFINE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk);
20 post_kprobe_handler(struct kprobe_ctlblk *, struct pt_regs *);
70 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in arch_simulate_insn()
133 static void __kprobes save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe()
180 static void __kprobes clear_ss_context(struct kprobe_ctlblk *kcb) in clear_ss_context()
192 struct kprobe_ctlblk *kcb, int reenter) in setup_singlestep()
222 struct kprobe_ctlblk *kcb) in reenter_kprobe()
245 post_kprobe_handler(struct kprobe_ctlblk *kcb, struct pt_regs *regs) in post_kprobe_handler()
277 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in kprobe_fault_handler()
314 struct kprobe_ctlblk *kcb; in kprobe_breakpoint_handler()
[all …]
/arch/arm64/kernel/probes/
A Dkprobes.c39 DEFINE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk);
42 post_kprobe_handler(struct kprobe *, struct kprobe_ctlblk *, struct pt_regs *);
85 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in arch_simulate_insn()
158 static void __kprobes save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe()
164 static void __kprobes restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe()
180 static void __kprobes kprobes_save_local_irqflag(struct kprobe_ctlblk *kcb, in kprobes_save_local_irqflag()
196 struct kprobe_ctlblk *kcb, int reenter) in setup_singlestep()
223 struct kprobe_ctlblk *kcb) in reenter_kprobe()
268 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in kprobe_fault_handler()
299 struct kprobe_ctlblk *kcb; in kprobe_brk_handler()
[all …]
/arch/riscv/kernel/probes/
A Dkprobes.c20 DEFINE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk);
23 post_kprobe_handler(struct kprobe *, struct kprobe_ctlblk *, struct pt_regs *);
43 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in arch_simulate_insn()
128 static void __kprobes save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe()
134 static void __kprobes restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe()
153 static void __kprobes kprobes_save_local_irqflag(struct kprobe_ctlblk *kcb, in kprobes_save_local_irqflag()
168 struct kprobe_ctlblk *kcb, int reenter) in setup_singlestep()
196 struct kprobe_ctlblk *kcb) in reenter_kprobe()
246 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in kprobe_fault_handler()
285 struct kprobe_ctlblk *kcb; in kprobe_breakpoint_handler()
[all …]
/arch/loongarch/kernel/
A Dkprobes.c11 DEFINE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk);
85 static void save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe()
92 static void restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe()
113 static void save_local_irqflag(struct kprobe_ctlblk *kcb, in save_local_irqflag()
121 static void restore_local_irqflag(struct kprobe_ctlblk *kcb, in restore_local_irqflag()
128 static void post_kprobe_handler(struct kprobe *cur, struct kprobe_ctlblk *kcb, in post_kprobe_handler()
156 struct kprobe_ctlblk *kcb, int reenter) in setup_singlestep()
184 struct kprobe_ctlblk *kcb) in reenter_kprobe()
209 struct kprobe_ctlblk *kcb; in kprobe_breakpoint_handler()
273 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in kprobe_singlestep_handler()
[all …]
/arch/parisc/kernel/
A Dkprobes.c18 DEFINE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk);
60 static void __kprobes save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe()
66 static void __kprobes restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe()
78 struct kprobe_ctlblk *kcb, struct pt_regs *regs) in setup_singlestep()
88 struct kprobe_ctlblk *kcb; in parisc_kprobe_break_handler()
137 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in parisc_kprobe_ss_handler()
/arch/mips/kernel/
A Dkprobes.c45 DEFINE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk);
162 static void save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe()
171 static void restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe()
181 struct kprobe_ctlblk *kcb) in set_current_kprobe()
202 struct kprobe_ctlblk *kcb) in evaluate_branch_instruction()
236 struct kprobe_ctlblk *kcb) in prepare_singlestep()
268 struct kprobe_ctlblk *kcb) in resume_execution()
284 struct kprobe_ctlblk *kcb; in kprobe_handler()
382 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in post_kprobe_handler()
411 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in kprobe_fault_handler()
/arch/s390/kernel/
A Dkprobes.c32 DEFINE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk);
188 static void enable_singlestep(struct kprobe_ctlblk *kcb, in enable_singlestep()
219 static void disable_singlestep(struct kprobe_ctlblk *kcb, in disable_singlestep()
236 static void push_kprobe(struct kprobe_ctlblk *kcb, struct kprobe *p) in push_kprobe()
249 static void pop_kprobe(struct kprobe_ctlblk *kcb) in pop_kprobe()
257 static void kprobe_reenter_check(struct kprobe_ctlblk *kcb, struct kprobe *p) in kprobe_reenter_check()
281 struct kprobe_ctlblk *kcb; in kprobe_handler()
347 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in resume_execution()
372 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in post_kprobe_handler()
400 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in kprobe_trap_handler()
/arch/sparc/kernel/
A Dkprobes.c46 DEFINE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk);
77 static void __kprobes save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe()
85 static void __kprobes restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe()
94 struct kprobe_ctlblk *kcb) in set_current_kprobe()
102 struct kprobe_ctlblk *kcb) in prepare_singlestep()
121 struct kprobe_ctlblk *kcb; in kprobe_handler()
278 struct pt_regs *regs, struct kprobe_ctlblk *kcb) in resume_execution()
296 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in post_kprobe_handler()
323 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in kprobe_fault_handler()
/arch/sh/kernel/
A Dkprobes.c18 DEFINE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk);
116 static void __kprobes save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe()
122 static void __kprobes restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe()
129 struct kprobe_ctlblk *kcb) in set_current_kprobe()
213 struct kprobe_ctlblk *kcb; in kprobe_handler()
309 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in post_kprobe_handler()
358 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in kprobe_fault_handler()
409 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in kprobe_exceptions_notify()
/arch/powerpc/kernel/
A Dkprobes.c32 DEFINE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk);
208 static nokprobe_inline void save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe()
215 static nokprobe_inline void restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe()
223 struct kprobe_ctlblk *kcb) in set_current_kprobe()
275 struct kprobe_ctlblk *kcb; in kprobe_handler()
397 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in kprobe_post_handler()
440 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in kprobe_fault_handler()
/arch/arc/kernel/
A Dkprobes.c21 DEFINE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk);
79 static void __kprobes save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe()
85 static void __kprobes restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe()
197 struct kprobe_ctlblk *kcb; in arc_kprobe_handler()
249 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in arc_post_kprobe_handler()
293 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in kprobe_fault_handler()
/arch/arm/probes/kprobes/
A Dcore.c45 DEFINE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk);
192 static void __kprobes save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe()
198 static void __kprobes restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe()
224 singlestep(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb) in singlestep()
239 struct kprobe_ctlblk *kcb; in kprobe_handler()
334 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in kprobe_fault_handler()
/arch/x86/kernel/kprobes/
A Dcore.c62 DEFINE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk);
818 save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe()
827 restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe()
837 struct kprobe_ctlblk *kcb) in set_current_kprobe()
845 struct kprobe_ctlblk *kcb) in kprobe_post_process()
865 struct kprobe_ctlblk *kcb, int reenter) in setup_singlestep()
922 struct kprobe_ctlblk *kcb) in resume_singlestep()
940 struct kprobe_ctlblk *kcb) in reenter_kprobe()
969 static nokprobe_inline int kprobe_is_ss(struct kprobe_ctlblk *kcb) in kprobe_is_ss()
983 struct kprobe_ctlblk *kcb; in kprobe_int3_handler()
[all …]
/arch/riscv/include/asm/
A Dkprobes.h33 struct kprobe_ctlblk { struct
/arch/csky/include/asm/
A Dkprobes.h33 struct kprobe_ctlblk { struct
/arch/arm64/include/asm/
A Dkprobes.h32 struct kprobe_ctlblk { struct
/arch/arc/include/asm/
A Dkprobes.h40 struct kprobe_ctlblk { struct
/arch/sh/include/asm/
A Dkprobes.h43 struct kprobe_ctlblk { struct
/arch/parisc/include/asm/
A Dkprobes.h47 struct kprobe_ctlblk { struct
/arch/mips/include/asm/
A Dkprobes.h63 struct kprobe_ctlblk { struct
/arch/sparc/include/asm/
A Dkprobes.h43 struct kprobe_ctlblk { struct
/arch/loongarch/include/asm/
A Dkprobes.h41 struct kprobe_ctlblk { struct
/arch/s390/include/asm/
A Dkprobes.h66 struct kprobe_ctlblk { struct
/arch/arm/include/asm/
A Dkprobes.h36 struct kprobe_ctlblk { struct
/arch/powerpc/include/asm/
A Dkprobes.h75 struct kprobe_ctlblk { struct

Completed in 26 milliseconds

12