Searched defs:exception_table_entry (Results 1 – 14 of 14) sorted by relevance
17 struct exception_table_entry { struct18 int insn, fixup, handler;
5 struct exception_table_entry struct7 unsigned long insn;8 unsigned long nextinsn;
17 struct exception_table_entry { struct18 unsigned int insn, fixup;
67 struct exception_table_entry struct69 unsigned long insn, fixup;
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;
20 struct exception_table_entry { struct25 static inline unsigned long extable_fixup(const struct exception_table_entry *x) in extable_fixup() argument
9 struct exception_table_entry struct15 const struct exception_table_entry *search_exception_tables(unsigned long add); argument
17 struct exception_table_entry struct22 static inline unsigned long extable_fixup(const struct exception_table_entry *x) in extable_fixup() argument
25 struct exception_table_entry struct27 signed int insn;28 union exception_fixup {35 } fixup;
52 struct exception_table_entry { struct53 int insn; /* relative address of insn that is allowed to fault. */54 int fixup; /* relative address of fixup routine */
108 struct exception_table_entry { struct109 unsigned long insn, fixup;
34 struct exception_table_entry { struct35 unsigned long insn, fixup;