Searched defs:ex_to_insn (Results 1 – 1 of 1) sorted by relevance
16 #define ex_to_insn(x) ((x)->insn) macro18 static inline unsigned long ex_to_insn(const struct exception_table_entry *x) in ex_to_insn() function