Home
last modified time | relevance | path

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

/xnu-8020.140.41/tests/
H A Dmicrostackshot_tests.c172 if (start->arg1 & kInterruptRecord) {
187 const uint8_t any_record = kPMIRecord | kIORecord | kInterruptRecord |
353 if (start->arg1 & kInterruptRecord) {
368 const uint8_t any_record = kPMIRecord | kIORecord | kInterruptRecord |
/xnu-8020.140.41/osfmk/kern/
H A Ddebug.h212 kInterruptRecord = 0x1, enumerator
H A Dtelemetry.c493 kInterruptRecord; in telemetry_ast()