Searched defs:fake_restore (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfasttrap_isa.c229 uint_t fake_restore, int argc, uintptr_t *argv)
232 int inc = (fake_restore ? 16 : 0);
235 * The only way we'll hit the fake_restore case is if a USDT probe is
278 uint_t fake_restore)
310 if (probe->ftp_argmap != NULL && fake_restore) {
313 fasttrap_usdt_args(probe, rp, fake_restore,
326 fasttrap_usdt_args(probe, rp, fake_restore,
332 } else if (fake_restore) {
387 * If fake_restore is set, we need to pull the return values
390 if (!fake_restore) {
228 fasttrap_usdt_args(fasttrap_probe_t *probe, struct regs *rp, uint_t fake_restore, int argc, uintptr_t *argv) argument
277 fasttrap_return_common(struct regs *rp, uintptr_t pc, pid_t pid, uint_t fake_restore) argument
423 uint_t fake_restore = 0, is_enabled = 0; local
[all...]

Completed in 60 milliseconds