Home
last modified time | relevance | path

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

/xnu-8792.81.2/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);
583 switch (tp->ftt_type) {
647 switch (tp->ftt_type) {
675 switch (tp->ftt_type) {
[all …]
/xnu-8792.81.2/bsd/dev/i386/
H A Dfasttrap_isa.c366 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 …]
/xnu-8792.81.2/bsd/i386/
H A Dfasttrap_isa.h67 #define ftt_type ftt_mtp.ftmt_type macro
/xnu-8792.81.2/bsd/arm/
H A Dfasttrap_isa.h68 #define ftt_type ftt_mtp.ftmt_type macro