INT3_INSN_SIZE     83 arch/x86/include/asm/text-patching.h 	int3_emulate_push(regs, regs->ip - INT3_INSN_SIZE + CALL_INSN_SIZE);
INT3_INSN_SIZE    660 arch/x86/kernel/alternative.c 	if (regs->ip - INT3_INSN_SIZE != int3_selftest_ip)
INT3_INSN_SIZE    311 arch/x86/kernel/ftrace.c 	ip = regs->ip - INT3_INSN_SIZE;