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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/arm/sys/
H A Dfasttrap_isa.h68 #define FASTTRAP_T_CALL 0x05 /* call instruction */ macro
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/intel/sys/
H A Dfasttrap_isa.h80 #define FASTTRAP_T_CALL 0x05 /* near call (and link) */ macro
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c420 tp->ftt_type = FASTTRAP_T_CALL;
537 tp->ftt_type = FASTTRAP_T_CALL;
1412 case FASTTRAP_T_CALL:
1474 if (tp->ftt_type == FASTTRAP_T_CALL) {

Completed in 132 milliseconds