Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
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-10063.141.1/osfmk/i386/
H A Dtrap.c242 const char * trap_type[] = {TRAP_NAMES}; variable
243 unsigned TRAP_TYPES = sizeof(trap_type) / sizeof(trap_type[0]);
920 trapname = trap_type[regs->isf.trapno]; in panic_trap()
1085 type, trap_type[type], err, (void *)(long) vaddr, (void *)(long) rip); in user_trap()