Searched refs:ftt_type (Results 1 – 5 of 5) sorted by relevance
116 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);583 switch (tp->ftt_type) {647 switch (tp->ftt_type) {675 switch (tp->ftt_type) {[all …]
366 tp->ftt_type = FASTTRAP_T_COMMON; in fasttrap_tracepoint_init()385 tp->ftt_type = FASTTRAP_T_JCC; in fasttrap_tracepoint_init()401 tp->ftt_type = FASTTRAP_T_CALL; in fasttrap_tracepoint_init()403 tp->ftt_type = FASTTRAP_T_JMP; in fasttrap_tracepoint_init()469 tp->ftt_type = FASTTRAP_T_RET; in fasttrap_tracepoint_init()473 tp->ftt_type = FASTTRAP_T_RET16; in fasttrap_tracepoint_init()494 tp->ftt_type = FASTTRAP_T_JCC; in fasttrap_tracepoint_init()503 tp->ftt_type = FASTTRAP_T_LOOP; in fasttrap_tracepoint_init()510 tp->ftt_type = FASTTRAP_T_JCXZ; in fasttrap_tracepoint_init()516 tp->ftt_type = FASTTRAP_T_CALL; in fasttrap_tracepoint_init()[all …]
171 tp->ftt_type = dtrace_decode_thumb(instr); in fasttrap_tracepoint_init()173 tp->ftt_type = dtrace_decode_arm(instr); in fasttrap_tracepoint_init()176 if (tp->ftt_type == FASTTRAP_T_INV) { in fasttrap_tracepoint_init()279 if (tp->ftt_type != FASTTRAP_T_LDM_PC &&280 tp->ftt_type != FASTTRAP_T_POP_PC &&589 switch (tp->ftt_type) {913 if (tp->ftt_type == FASTTRAP_T_LDR_PC_IMMED) {950 } else if (tp->ftt_type == FASTTRAP_T_VLDR_PC_IMMED) {
67 #define ftt_type ftt_mtp.ftmt_type macro
68 #define ftt_type ftt_mtp.ftmt_type macro