Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/
H A Dmicrostackshot_tests.c173 if (start->arg1 & kInterruptRecord) {
188 const uint8_t any_record = kPMIRecord | kIORecord | kInterruptRecord |
346 if (start->arg1 & kInterruptRecord) {
361 const uint8_t any_record = kPMIRecord | kIORecord | kInterruptRecord |
/xnu-12377.61.12/osfmk/kern/
H A Ddebug.h237 kInterruptRecord = 0x01, enumerator
H A Dtelemetry.c433 kInterruptRecord; in telemetry_ast()