Searched refs:ins_offset (Results 1 – 3 of 3) sorted by relevance
740 off_t ins_offset; in add_exception_handler() local768 ins_offset = pc - (long)&ex->insn; in add_exception_handler()769 if (WARN_ON_ONCE(ins_offset >= 0 || ins_offset < INT_MIN)) in add_exception_handler()795 ex->insn = ins_offset; in add_exception_handler()
637 off_t ins_offset, fixup_offset; in add_exception_handler() local660 ins_offset = pc - (long)&ex->insn; in add_exception_handler()661 if (WARN_ON_ONCE(ins_offset >= 0 || ins_offset < INT_MIN)) in add_exception_handler()684 ex->insn = ins_offset; in add_exception_handler()
1137 off_t ins_offset; in add_exception_handler() local1172 ins_offset = pc - (long)&ex->insn; in add_exception_handler()1173 if (WARN_ON_ONCE(ins_offset >= 0 || ins_offset < INT_MIN)) in add_exception_handler()1183 ex->insn = ins_offset; in add_exception_handler()