Searched refs:hv_trap_table (Results 1 – 1 of 1) sorted by relevance
61 static hv_trap_table_t hv_trap_table[] = { variable141 hv_trap_table_t *trap_table = &hv_trap_table[trap_type]; in hv_set_traps()160 hv_trap_table_t *trap_table = &hv_trap_table[trap_type]; in hv_release_traps()228 ((__probable(index < hv_trap_table[type].trap_count)) ? \229 hv_trap_table[type].traps[index](target, argument) \