Searched defs:exception_table_entry (Results 1 – 14 of 14) sorted by relevance
17 struct exception_table_entry { struct18 int insn, fixup, handler;
17 struct exception_table_entry { struct18 unsigned int insn, fixup;
65 struct exception_table_entry struct67 unsigned long insn, fixup;
5 struct exception_table_entry struct7 unsigned long insn;8 unsigned long nextinsn;
18 struct exception_table_entry struct20 unsigned long insn, fixup;
7 struct exception_table_entry { struct8 int insn; /* location-relative address of insn this fixup is for */9 int fixup; /* location-relative continuation addr.; if bit 2 is set, r9 is set to 0 */
18 struct exception_table_entry struct20 int insn, fixup;
25 struct exception_table_entry struct27 signed int insn;28 union exception_fixup {35 } fixup;
9 struct exception_table_entry struct15 const struct exception_table_entry *search_exception_tables(unsigned long add); argument
20 struct exception_table_entry { struct25 static inline unsigned long extable_fixup(const struct exception_table_entry *x) in extable_fixup() argument
17 struct exception_table_entry struct22 extern struct exception_table_entry *__start_dma_ex_table; argument
51 struct exception_table_entry { struct52 int insn; /* relative address of insn that is allowed to fault. */53 int fixup; /* relative address of fixup routine */
401 struct exception_table_entry { struct402 unsigned long insn;403 unsigned long nextinsn;
31 struct exception_table_entry { struct32 unsigned long insn, fixup;