Searched refs:post_handler (Results 1 - 13 of 13) sorted by relevance

/arch/avr32/kernel/
H A Dkprobes.c174 if (cur->post_handler) {
176 cur->post_handler(cur, regs, 0);
/arch/arm/kernel/
H A Dkprobes.c265 if (p->post_handler) {
267 p->post_handler(p, regs, 0);
284 if (cur->post_handler) {
286 cur->post_handler(cur, regs, 0);
H A Dkprobes-test.c309 static void __kprobes post_handler(struct kprobe *p, struct pt_regs *regs, function
320 .post_handler = post_handler
346 pr_err("FAIL: kprobe post_handler not called\n");
1267 .kprobe.post_handler = test_before_post_handler,
/arch/mips/kernel/
H A Dkprobes.c420 if (p->post_handler)
421 p->post_handler(p, regs, 0);
443 if ((kcb->kprobe_status != KPROBE_REENTER) && cur->post_handler) {
445 cur->post_handler(cur, regs, 0);
654 * kprobe_handler() that we don't want the post_handler
/arch/powerpc/kernel/
H A Dkprobes.c264 if (p->post_handler)
265 p->post_handler(p, regs, 0);
366 * kprobe_handler() that we don't want the post_handler
392 if ((kcb->kprobe_status != KPROBE_REENTER) && cur->post_handler) {
394 cur->post_handler(cur, regs, 0);
/arch/x86/kernel/
H A Dkprobes.c479 if (p->ainsn.boostable == 1 && !p->post_handler) {
856 if ((kcb->kprobe_status != KPROBE_REENTER) && cur->post_handler) {
858 cur->post_handler(cur, regs, 0);
/arch/mn10300/kernel/
H A Dkprobes.c538 if (cur_kprobe->post_handler)
539 cur_kprobe->post_handler(cur_kprobe, regs, 0);
/arch/s390/kernel/
H A Dkprobes.c436 * kprobe_handler() that we don't want the post_handler
482 if (kcb->kprobe_status != KPROBE_REENTER && p->post_handler) {
484 p->post_handler(p, regs, 0);
/arch/sh/kernel/
H A Dkprobes.c381 if ((kcb->kprobe_status != KPROBE_REENTER) && cur->post_handler) {
383 cur->post_handler(cur, regs, 0);
/arch/sparc/kernel/
H A Dkprobes.c303 if ((kcb->kprobe_status != KPROBE_REENTER) && cur->post_handler) {
305 cur->post_handler(cur, regs, 0);
568 * kprobe_handler() that we don't want the post_handler
/arch/x86/mm/
H A Dkmmio.c327 if (ctx->probe && ctx->probe->post_handler)
328 ctx->probe->post_handler(ctx->probe, condition, regs);
H A Dmmio-mod.c257 .post_handler = post,
/arch/ia64/kernel/
H A Dkprobes.c496 * kprobe_handler() that we don't want the post_handler
874 if (p->ainsn.inst_flag == INST_FLAG_BOOSTABLE && !p->post_handler) {
903 if ((kcb->kprobe_status != KPROBE_REENTER) && cur->post_handler) {
905 cur->post_handler(cur, regs, 0);

Completed in 361 milliseconds