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

/darwin-on-arm/xnu/bsd/sys/
H A Dfasttrap_impl.h130 uint8_t *ftp_argmap; /* native to translated args */ member in struct:fasttrap_probe
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfasttrap_isa.c790 x = probe->ftp_argmap[i];
813 x = probe->ftp_argmap[i];
1080 } else if (probe->ftp_argmap == NULL) {
1623 } else if (probe->ftp_argmap == NULL) {
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfasttrap.c1213 ndx = (probe->ftp_argmap != NULL) ?
1214 probe->ftp_argmap[desc->dtargd_ndx] : desc->dtargd_ndx;
2221 pp->ftp_argmap = dhpb->dthpb_args;

Completed in 31 milliseconds