Searched refs:interrupt_destination (Results 1 – 1 of 1) sorted by relevance
323 opic_interrupt_destination *interrupt_destination; member511 if (opic->interrupt_destination != NULL) { in hw_opic_init_data()512 memset(opic->interrupt_destination, 0, opic->sizeof_interrupt_destination); in hw_opic_init_data()518 opic->interrupt_destination = zalloc(opic->sizeof_interrupt_destination); in hw_opic_init_data()523 opic_interrupt_destination *dest = &opic->interrupt_destination[i]; in hw_opic_init_data()602 ASSERT(dest >= opic->interrupt_destination); in assert_interrupt()603 ASSERT(dest < opic->interrupt_destination + opic->nr_interrupt_destinations); in assert_interrupt()614 ASSERT(dest >= opic->interrupt_destination); in negate_interrupt()615 ASSERT(dest < opic->interrupt_destination + opic->nr_interrupt_destinations); in negate_interrupt()697 opic_interrupt_destination *dest = &opic->interrupt_destination[i]; in find_lowest_dest()[all …]