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

/linux-master/arch/mips/include/asm/
H A Dextable.h8 unsigned long nextinsn; member in struct:exception_table_entry
/linux-master/arch/mips/mm/
H A Dextable.c19 regs->cp0_epc = fixup->nextinsn;
/linux-master/arch/alpha/include/asm/
H A Dextable.h9 * - nextinsn is a 16-bit offset off of the faulting instruction
21 * lda valreg, nextinsn(errreg)
31 signed int nextinsn : 16; member in struct:exception_table_entry::exception_fixup::__anon61
45 (pc) + (_fixup)->fixup.bits.nextinsn; \
/linux-master/arch/mips/kernel/
H A Dtraps.c474 regs->cp0_epc = fixup->nextinsn;

Completed in 213 milliseconds