Lines Matching refs:INT3_INSN_SIZE
2223 if (regs->ip - INT3_INSN_SIZE != selftest) in int3_exception_notify()
2743 ip = (void *) regs->ip - INT3_INSN_SIZE; in smp_text_poke_int3_handler()
2860 text_poke(text_poke_addr(&text_poke_array.vec[i]), &int3, INT3_INSN_SIZE); in smp_text_poke_batch_finish()
2874 if (len - INT3_INSN_SIZE > 0) { in smp_text_poke_batch_finish()
2875 memcpy(old + INT3_INSN_SIZE, in smp_text_poke_batch_finish()
2876 text_poke_addr(&text_poke_array.vec[i]) + INT3_INSN_SIZE, in smp_text_poke_batch_finish()
2877 len - INT3_INSN_SIZE); in smp_text_poke_batch_finish()
2885 text_poke(text_poke_addr(&text_poke_array.vec[i]) + INT3_INSN_SIZE, in smp_text_poke_batch_finish()
2886 new + INT3_INSN_SIZE, in smp_text_poke_batch_finish()
2887 len - INT3_INSN_SIZE); in smp_text_poke_batch_finish()
2941 text_poke(text_poke_addr(&text_poke_array.vec[i]), &byte, INT3_INSN_SIZE); in smp_text_poke_batch_finish()