Searched refs:ins_offset (Results 1 – 3 of 3) sorted by relevance
770 off_t ins_offset; in add_exception_handler() local798 ins_offset = pc - (long)&ex->insn; in add_exception_handler()799 if (WARN_ON_ONCE(ins_offset >= 0 || ins_offset < INT_MIN)) in add_exception_handler()825 ex->insn = ins_offset; in add_exception_handler()
483 off_t ins_offset, fixup_offset; in add_exception_handler() local506 ins_offset = pc - (long)&ex->insn; in add_exception_handler()507 if (WARN_ON_ONCE(ins_offset >= 0 || ins_offset < INT_MIN)) in add_exception_handler()530 ex->insn = ins_offset; in add_exception_handler()
1117 off_t ins_offset; in add_exception_handler() local1152 ins_offset = pc - (long)&ex->insn; in add_exception_handler()1153 if (WARN_ON_ONCE(ins_offset >= 0 || ins_offset < INT_MIN)) in add_exception_handler()1163 ex->insn = ins_offset; in add_exception_handler()