Searched refs:trap_type (Results 1 – 3 of 3) sorted by relevance
138 hv_set_traps(hv_trap_type_t trap_type, const hv_trap_t *traps, in hv_set_traps() argument141 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() argument160 hv_trap_table_t *trap_table = &hv_trap_table[trap_type]; in hv_release_traps()
79 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);
242 const char * trap_type[] = {TRAP_NAMES}; variable243 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()