Lines Matching refs:probe
43 * of a probe. If zero, page is disarmed and this may be freed.
59 struct kmmio_probe *probe;
247 * stepping to avoid looking up the probe and kmmio_fault_page
257 * another CPU just pulled the kmmio probe from under
283 pr_emerg("recursive probe hit on CPU %d, for address 0x%08lx. Ignoring.\n",
293 ctx->probe = get_kmmio_probe(page_base);
297 if (ctx->probe && ctx->probe->pre_handler)
298 ctx->probe->pre_handler(ctx->probe, regs, addr);
345 if (ctx->probe && ctx->probe->post_handler)
346 ctx->probe->post_handler(ctx->probe, condition, regs);
364 * if somebody else is singlestepping across a probe point, flags
366 * of do_debug, as if this is not a probe hit.
516 * Remove a kmmio probe. You have to synchronize_rcu() before you can be
566 * because a probe hit might be in flight on another CPU. The
568 * kmmio_page_table when it is certain that no probe hit related to