Lines Matching refs:INT3_INSN_SIZE
2274 if (regs->ip - INT3_INSN_SIZE != selftest) in int3_exception_notify()
2801 ip = (void *) regs->ip - INT3_INSN_SIZE; in smp_text_poke_int3_handler()
2918 text_poke(text_poke_addr(&text_poke_array.vec[i]), &int3, INT3_INSN_SIZE); in smp_text_poke_batch_finish()
2932 if (len - INT3_INSN_SIZE > 0) { in smp_text_poke_batch_finish()
2933 memcpy(old + INT3_INSN_SIZE, in smp_text_poke_batch_finish()
2934 text_poke_addr(&text_poke_array.vec[i]) + INT3_INSN_SIZE, in smp_text_poke_batch_finish()
2935 len - INT3_INSN_SIZE); in smp_text_poke_batch_finish()
2943 text_poke(text_poke_addr(&text_poke_array.vec[i]) + INT3_INSN_SIZE, in smp_text_poke_batch_finish()
2944 new + INT3_INSN_SIZE, in smp_text_poke_batch_finish()
2945 len - INT3_INSN_SIZE); in smp_text_poke_batch_finish()
2999 text_poke(text_poke_addr(&text_poke_array.vec[i]), &byte, INT3_INSN_SIZE); in smp_text_poke_batch_finish()