Home
last modified time | relevance | path

Searched refs:ftt_type (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/dev/arm64/
H A Dfasttrap_isa.c116 tp->ftt_type = dtrace_decode_arm64(instr); in fasttrap_tracepoint_init()
118 if (tp->ftt_type == FASTTRAP_T_ARM64_EXCLUSIVE_MEM) { in fasttrap_tracepoint_init()
120 tp->ftt_type = FASTTRAP_T_INV; in fasttrap_tracepoint_init()
124 if (tp->ftt_type == FASTTRAP_T_INV) { in fasttrap_tracepoint_init()
220 if ((tp->ftt_type != FASTTRAP_T_ARM64_RET || tp->ftt_type != FASTTRAP_T_ARM64_RETAB) &&
399 assert(tp->ftt_type != FASTTRAP_T_ARM64_RET);
400 assert(tp->ftt_type != FASTTRAP_T_ARM64_RETAB);
580 switch (tp->ftt_type) {
644 switch (tp->ftt_type) {
672 switch (tp->ftt_type) {
[all …]
/xnu-12377.41.6/bsd/dev/i386/
H A Dfasttrap_isa.c365 tp->ftt_type = FASTTRAP_T_COMMON; in fasttrap_tracepoint_init()
384 tp->ftt_type = FASTTRAP_T_JCC; in fasttrap_tracepoint_init()
400 tp->ftt_type = FASTTRAP_T_CALL; in fasttrap_tracepoint_init()
402 tp->ftt_type = FASTTRAP_T_JMP; in fasttrap_tracepoint_init()
468 tp->ftt_type = FASTTRAP_T_RET; in fasttrap_tracepoint_init()
472 tp->ftt_type = FASTTRAP_T_RET16; in fasttrap_tracepoint_init()
493 tp->ftt_type = FASTTRAP_T_JCC; in fasttrap_tracepoint_init()
502 tp->ftt_type = FASTTRAP_T_LOOP; in fasttrap_tracepoint_init()
509 tp->ftt_type = FASTTRAP_T_JCXZ; in fasttrap_tracepoint_init()
515 tp->ftt_type = FASTTRAP_T_CALL; in fasttrap_tracepoint_init()
[all …]
/xnu-12377.41.6/bsd/i386/
H A Dfasttrap_isa.h67 #define ftt_type ftt_mtp.ftmt_type macro
/xnu-12377.41.6/bsd/arm/
H A Dfasttrap_isa.h68 #define ftt_type ftt_mtp.ftmt_type macro