Searched defs:exception_table_entry (Results 1 – 14 of 14) sorted by relevance
18 struct exception_table_entry { struct36 bool ex_handler_bpf(const struct exception_table_entry *ex, struct pt_regs *regs); argument
18 struct exception_table_entry struct37 bool ex_handler_bpf(const struct exception_table_entry *ex, argument
18 struct exception_table_entry { struct42 bool ex_handler_bpf(const struct exception_table_entry *ex, struct pt_regs *regs); argument
25 struct exception_table_entry struct31 extern struct exception_table_entry *__start_amode31_ex_table; argument
23 struct exception_table_entry { struct24 int insn, fixup, data;
18 struct exception_table_entry struct20 unsigned long insn, fixup;
17 struct exception_table_entry { struct18 unsigned int insn, fixup;
5 struct exception_table_entry struct7 unsigned long insn;8 unsigned long nextinsn;
25 struct exception_table_entry struct27 signed int insn;28 union exception_fixup {35 } 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 */
9 struct exception_table_entry struct15 const struct exception_table_entry *search_exception_tables(unsigned long add); argument
22 struct exception_table_entry { struct27 static inline unsigned long extable_fixup(const struct exception_table_entry *x) in extable_fixup() argument
37 struct exception_table_entry { struct38 int insn; /* relative address of insn that is allowed to fault. */39 int fixup; /* relative address of fixup routine */