Home
last modified time | relevance | path

Searched refs:ftt_size (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/dtrace/
H A Dfasttrap_isa.c263 tp->ftt_size = (uint8_t)size; in fasttrap_tracepoint_init()
346 tp->ftt_dest = pc + tp->ftt_size + in fasttrap_tracepoint_init()
455 tp->ftt_dest = pc + tp->ftt_size + in fasttrap_tracepoint_init()
464 tp->ftt_dest = pc + tp->ftt_size + in fasttrap_tracepoint_init()
470 tp->ftt_dest = pc + tp->ftt_size + in fasttrap_tracepoint_init()
476 tp->ftt_dest = pc + tp->ftt_size + in fasttrap_tracepoint_init()
484 tp->ftt_dest = pc + tp->ftt_size + in fasttrap_tracepoint_init()
490 tp->ftt_dest = pc + tp->ftt_size + in fasttrap_tracepoint_init()
1042 rp->r_pc = pc + tp->ftt_size; in fasttrap_pid_probe()
1171 new_pc = pc + tp->ftt_size; in fasttrap_pid_probe()
[all …]
/illumos-gate/usr/src/uts/intel/sys/
H A Dfasttrap_isa.h64 #define ftt_size ftt_mtp.ftmt_size macro