Searched refs:exception_index (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/parisc/math-emu/
H A Ddecode_exc.c107 int target, exception_index = 1; local
123 /* exception_index is used to index the exception register queue. It
126 * the T-bit resets the exception_index to zero.
148 for (exception_index=1; exception_index<=MAX_EXCP_REG; exception_index++) {
149 current_ir = Excp_instr(exception_index);
155 excptype = Excp_type(exception_index);
163 Clear_excp_register(exception_index);
182 * Excp_type(exception_index) s
[all...]

Completed in 67 milliseconds