Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dtrap_telemetry.c104 trap_telemetry_type_t trap_type; member
150 CA_INT, trap_type,
176 if (r1->trap_type < r2->trap_type) { in match_record_compare()
178 } else if (r1->trap_type > r2->trap_type) { in match_record_compare()
461 trap_telemetry_type_t trap_type, in should_dump_trap() argument
465 trap_telemetry_dump_type != (uint32_t)trap_type) { in should_dump_trap()
681 (uint32_t)rsb_e->record.trap_type, rsb_e->record.trap_code); in rsb_entry_dump()
698 rsb_e->record.trap_type, rsb_e->record.trap_code); in rsb_entry_submit()
732 event->brk_type = (uint32_t)rsb_e->record.trap_type; in rsb_entry_submit()
785 event->trap_type = (uint32_t)rsb_e->record.trap_type; in rsb_entry_submit()
[all …]
H A Dtimeout.c238 trap_telemetry_type_t trap_type; in kern_timeout_try_panic() local
241 trap_type = TRAP_TELEMETRY_TYPE_PREEMPTION_TIMEOUT; in kern_timeout_try_panic()
244 trap_type = TRAP_TELEMETRY_TYPE_INTERRUPT_TIMEOUT; in kern_timeout_try_panic()
247 trap_type = TRAP_TELEMETRY_TYPE_MMIO_TIMEOUT; in kern_timeout_try_panic()
250 trap_type = TRAP_TELEMETRY_TYPE_LOCK_TIMEOUT; in kern_timeout_try_panic()
256 trap_type, in kern_timeout_try_panic()
H A Dtrap_telemetry.h121 trap_telemetry_type_t trap_type,
134 trap_telemetry_type_t trap_type,
146 trap_telemetry_type_t trap_type,
159 trap_telemetry_type_t trap_type,
H A Dhv_support_kext.c138 hv_set_traps(hv_trap_type_t trap_type, const hv_trap_t *traps, in hv_set_traps() argument
141 hv_trap_table_t *trap_table = &hv_trap_table[trap_type]; in hv_set_traps()
158 hv_release_traps(hv_trap_type_t trap_type) in hv_release_traps() argument
160 hv_trap_table_t *trap_table = &hv_trap_table[trap_type]; in hv_release_traps()
H A Dhv_support_kext.h79 extern kern_return_t hv_set_traps(hv_trap_type_t trap_type,
81 extern void hv_release_traps(hv_trap_type_t trap_type);
/xnu-12377.61.12/osfmk/i386/
H A Dtrap.c244 const char * trap_type[] = {TRAP_NAMES}; variable
245 unsigned TRAP_TYPES = sizeof(trap_type) / sizeof(trap_type[0]);
1019 traptype = trap_type[regs->isf.trapno]; in panic_trap()
1185 type, trap_type[type], err, (void *)(long) vaddr, (void *)(long) rip); in user_trap()