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()
643 off_t ins_offset, fixup_offset; in add_exception_handler() local666 ins_offset = pc - (long)&ex->insn; in add_exception_handler()667 if (WARN_ON_ONCE(ins_offset >= 0 || ins_offset < INT_MIN)) in add_exception_handler()690 ex->insn = ins_offset; in add_exception_handler()
1116 off_t ins_offset; in add_exception_handler() local1151 ins_offset = pc - (long)&ex->insn; in add_exception_handler()1152 if (WARN_ON_ONCE(ins_offset >= 0 || ins_offset < INT_MIN)) in add_exception_handler()1162 ex->insn = ins_offset; in add_exception_handler()