Home
last modified time | relevance | path

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

/linux-4.4.14/arch/avr32/include/asm/
Dkprobes.h30 struct prev_kprobe { struct
38 struct prev_kprobe prev_kprobe; argument
/linux-4.4.14/arch/arc/include/asm/
Dkprobes.h39 struct prev_kprobe { struct
48 struct prev_kprobe prev_kprobe; argument
/linux-4.4.14/arch/sparc/include/asm/
Dkprobes.h30 struct prev_kprobe { struct
43 struct prev_kprobe prev_kprobe; argument
/linux-4.4.14/arch/sh/include/asm/
Dkprobes.h34 struct prev_kprobe { struct
45 struct prev_kprobe prev_kprobe; argument
/linux-4.4.14/arch/tile/include/asm/
Dkprobes.h45 struct prev_kprobe { struct
66 struct prev_kprobe prev_kprobe; argument
/linux-4.4.14/arch/mips/include/asm/
Dkprobes.h59 struct prev_kprobe { struct
91 struct prev_kprobe prev_kprobe; member
/linux-4.4.14/arch/s390/include/asm/
Dkprobes.h66 struct prev_kprobe { struct
76 struct prev_kprobe prev_kprobe; argument
/linux-4.4.14/arch/arm/include/asm/
Dkprobes.h35 struct prev_kprobe { struct
43 struct prev_kprobe prev_kprobe; member
/linux-4.4.14/arch/mips/kernel/
Dkprobes.c218 kcb->prev_kprobe.kp = kprobe_running(); in save_previous_kprobe()
219 kcb->prev_kprobe.status = kcb->kprobe_status; in save_previous_kprobe()
220 kcb->prev_kprobe.old_SR = kcb->kprobe_old_SR; in save_previous_kprobe()
221 kcb->prev_kprobe.saved_SR = kcb->kprobe_saved_SR; in save_previous_kprobe()
222 kcb->prev_kprobe.saved_epc = kcb->kprobe_saved_epc; in save_previous_kprobe()
227 __this_cpu_write(current_kprobe, kcb->prev_kprobe.kp); in restore_previous_kprobe()
228 kcb->kprobe_status = kcb->prev_kprobe.status; in restore_previous_kprobe()
229 kcb->kprobe_old_SR = kcb->prev_kprobe.old_SR; in restore_previous_kprobe()
230 kcb->kprobe_saved_SR = kcb->prev_kprobe.saved_SR; in restore_previous_kprobe()
231 kcb->kprobe_saved_epc = kcb->prev_kprobe.saved_epc; in restore_previous_kprobe()
/linux-4.4.14/arch/x86/include/asm/
Dkprobes.h97 struct prev_kprobe { struct
112 struct prev_kprobe prev_kprobe; argument
/linux-4.4.14/arch/ia64/include/asm/
Dkprobes.h70 struct prev_kprobe { struct
85 struct prev_kprobe prev_kprobe[ARCH_PREV_KPROBE_SZ]; member
/linux-4.4.14/arch/powerpc/include/asm/
Dkprobes.h115 struct prev_kprobe { struct
126 struct prev_kprobe prev_kprobe; member
/linux-4.4.14/arch/sparc/kernel/
Dkprobes.c78 kcb->prev_kprobe.kp = kprobe_running(); in save_previous_kprobe()
79 kcb->prev_kprobe.status = kcb->kprobe_status; in save_previous_kprobe()
80 kcb->prev_kprobe.orig_tnpc = kcb->kprobe_orig_tnpc; in save_previous_kprobe()
81 kcb->prev_kprobe.orig_tstate_pil = kcb->kprobe_orig_tstate_pil; in save_previous_kprobe()
86 __this_cpu_write(current_kprobe, kcb->prev_kprobe.kp); in restore_previous_kprobe()
87 kcb->kprobe_status = kcb->prev_kprobe.status; in restore_previous_kprobe()
88 kcb->kprobe_orig_tnpc = kcb->prev_kprobe.orig_tnpc; in restore_previous_kprobe()
89 kcb->kprobe_orig_tstate_pil = kcb->prev_kprobe.orig_tstate_pil; in restore_previous_kprobe()
/linux-4.4.14/arch/tile/kernel/
Dkprobes.c154 kcb->prev_kprobe.kp = kprobe_running(); in save_previous_kprobe()
155 kcb->prev_kprobe.status = kcb->kprobe_status; in save_previous_kprobe()
156 kcb->prev_kprobe.saved_pc = kcb->kprobe_saved_pc; in save_previous_kprobe()
161 __this_cpu_write(current_kprobe, kcb->prev_kprobe.kp); in restore_previous_kprobe()
162 kcb->kprobe_status = kcb->prev_kprobe.status; in restore_previous_kprobe()
163 kcb->kprobe_saved_pc = kcb->prev_kprobe.saved_pc; in restore_previous_kprobe()
/linux-4.4.14/arch/powerpc/kernel/
Dkprobes.c115 kcb->prev_kprobe.kp = kprobe_running(); in save_previous_kprobe()
116 kcb->prev_kprobe.status = kcb->kprobe_status; in save_previous_kprobe()
117 kcb->prev_kprobe.saved_msr = kcb->kprobe_saved_msr; in save_previous_kprobe()
122 __this_cpu_write(current_kprobe, kcb->prev_kprobe.kp); in restore_previous_kprobe()
123 kcb->kprobe_status = kcb->prev_kprobe.status; in restore_previous_kprobe()
124 kcb->kprobe_saved_msr = kcb->prev_kprobe.saved_msr; in restore_previous_kprobe()
/linux-4.4.14/arch/x86/kernel/kprobes/
Dcore.c466 kcb->prev_kprobe.kp = kprobe_running(); in save_previous_kprobe()
467 kcb->prev_kprobe.status = kcb->kprobe_status; in save_previous_kprobe()
468 kcb->prev_kprobe.old_flags = kcb->kprobe_old_flags; in save_previous_kprobe()
469 kcb->prev_kprobe.saved_flags = kcb->kprobe_saved_flags; in save_previous_kprobe()
475 __this_cpu_write(current_kprobe, kcb->prev_kprobe.kp); in restore_previous_kprobe()
476 kcb->kprobe_status = kcb->prev_kprobe.status; in restore_previous_kprobe()
477 kcb->kprobe_old_flags = kcb->prev_kprobe.old_flags; in restore_previous_kprobe()
478 kcb->kprobe_saved_flags = kcb->prev_kprobe.saved_flags; in restore_previous_kprobe()
/linux-4.4.14/arch/arc/kernel/
Dkprobes.c84 kcb->prev_kprobe.kp = kprobe_running(); in save_previous_kprobe()
85 kcb->prev_kprobe.status = kcb->kprobe_status; in save_previous_kprobe()
90 __this_cpu_write(current_kprobe, kcb->prev_kprobe.kp); in restore_previous_kprobe()
91 kcb->kprobe_status = kcb->prev_kprobe.status; in restore_previous_kprobe()
/linux-4.4.14/arch/arm/probes/kprobes/
Dcore.c203 kcb->prev_kprobe.kp = kprobe_running(); in save_previous_kprobe()
204 kcb->prev_kprobe.status = kcb->kprobe_status; in save_previous_kprobe()
209 __this_cpu_write(current_kprobe, kcb->prev_kprobe.kp); in restore_previous_kprobe()
210 kcb->kprobe_status = kcb->prev_kprobe.status; in restore_previous_kprobe()
/linux-4.4.14/arch/sh/kernel/
Dkprobes.c126 kcb->prev_kprobe.kp = kprobe_running(); in save_previous_kprobe()
127 kcb->prev_kprobe.status = kcb->kprobe_status; in save_previous_kprobe()
132 __this_cpu_write(current_kprobe, kcb->prev_kprobe.kp); in restore_previous_kprobe()
133 kcb->kprobe_status = kcb->prev_kprobe.status; in restore_previous_kprobe()
/linux-4.4.14/arch/s390/kernel/
Dkprobes.c252 kcb->prev_kprobe.kp = __this_cpu_read(current_kprobe); in push_kprobe()
253 kcb->prev_kprobe.status = kcb->kprobe_status; in push_kprobe()
265 __this_cpu_write(current_kprobe, kcb->prev_kprobe.kp); in pop_kprobe()
266 kcb->kprobe_status = kcb->prev_kprobe.status; in pop_kprobe()
/linux-4.4.14/arch/ia64/kernel/
Dkprobes.c391 kcb->prev_kprobe[i-1].kp = kprobe_running(); in save_previous_kprobe()
392 kcb->prev_kprobe[i-1].status = kcb->kprobe_status; in save_previous_kprobe()
399 __this_cpu_write(current_kprobe, kcb->prev_kprobe[i-1].kp); in restore_previous_kprobe()
400 kcb->kprobe_status = kcb->prev_kprobe[i-1].status; in restore_previous_kprobe()