Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/arm64/
H A Dbti_telemetry.c66 uint8_t branch_type; member
71 CA_INT, branch_type,
88 if (a1_r->branch_type > a2_r->branch_type) { in bti_telemetry_record_compare()
90 } else if (a1_r->branch_type < a2_r->branch_type) { in bti_telemetry_record_compare()
294 record->faulting_address, record->branch_type, in dump_telemetry_record()
407 event_data->branch_type = record_i->branch_type; in drain_record_submission_buffer_thread_call()
513 record->branch_type = (uint8_t)(esr & ISS_BTI_BTYPE_MASK); in generate_telemetry_record()