Searched refs:except_num (Results 1 – 1 of 1) sorted by relevance
302 int except_num = 0; in process_eexcept() local311 except_num = ffs(INTC_MEXPMASK[i]); in process_eexcept()312 INTC_MEXPMASK[i] &= ~(1 << except_num); /* ack the external exception */ in process_eexcept()314 do_trap(&eexcept_table[except_num + (bank << 5)], regs); in process_eexcept()
Completed in 3 milliseconds