Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/arm64/
H A Dplatform_tests_asm.s234 bti c
240 bti j
246 bti jc
H A Dasm.h226 bti c
239 bti j
/xnu-11215.1.10/osfmk/kern/
H A Dtelemetry.c807 uint32_t bti; in telemetry_process_sample() local
1165 for (bti = 0; bti < btcount; bti++, current_buffer->current_position += framesize) { in telemetry_process_sample()
1167 … *(uint64_t *)(uintptr_t)(current_buffer->buffer + current_buffer->current_position) = frames[bti]; in telemetry_process_sample()
1169 …t *)(uintptr_t)(current_buffer->buffer + current_buffer->current_position) = (uint32_t)frames[bti]; in telemetry_process_sample()