Lines Matching defs:probe
43 * of a probe. If zero, page is disarmed and this may be freed.
59 struct kmmio_probe *probe;
250 * up the probe and kmmio_fault_page again. The rcu_read_lock_sched()
262 * another CPU just pulled the kmmio probe from under
288 pr_emerg("recursive probe hit on CPU %d, for address 0x%08lx. Ignoring.\n",
298 ctx->probe = get_kmmio_probe(page_base);
302 if (ctx->probe && ctx->probe->pre_handler)
303 ctx->probe->pre_handler(ctx->probe, regs, addr);
349 if (ctx->probe && ctx->probe->post_handler)
350 ctx->probe->post_handler(ctx->probe, condition, regs);
367 * if somebody else is singlestepping across a probe point, flags
369 * of do_debug, as if this is not a probe hit.
524 * Remove a kmmio probe. You have to synchronize_rcu() before you can be
576 * because a probe hit might be in flight on another CPU. The
578 * kmmio_page_table when it is certain that no probe hit related to