Searched refs:fasttrap_pid_probe (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfasttrap_impl.h205 extern int fasttrap_pid_probe(x86_saved_state_t *regs);
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfasttrap.c946 dtrace_pid_probe_ptr = &fasttrap_pid_probe;
949 ASSERT(dtrace_pid_probe_ptr == &fasttrap_pid_probe);
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfasttrap_isa.c77 * fasttrap_pid_probe() below where we handle instructions of type
600 * addressing mode. See the portion of fasttrap_pid_probe()
712 * when we're in fasttrap_pid_probe(), finding the tracepoint here
2147 fasttrap_pid_probe(x86_saved_state_t *regs) function

Completed in 25 milliseconds