Lines Matching refs:INT3_INSN_SIZE
559 if (regs->ip - INT3_INSN_SIZE != int3_selftest_ip) in int3_exception_notify()
1008 ip = (void *) regs->ip - INT3_INSN_SIZE; in poke_int3_handler()
1111 text_poke(text_poke_addr(&tp[i]), &int3, INT3_INSN_SIZE); in text_poke_bp_batch()
1123 if (len - INT3_INSN_SIZE > 0) { in text_poke_bp_batch()
1124 memcpy(old + INT3_INSN_SIZE, in text_poke_bp_batch()
1125 text_poke_addr(&tp[i]) + INT3_INSN_SIZE, in text_poke_bp_batch()
1126 len - INT3_INSN_SIZE); in text_poke_bp_batch()
1127 text_poke(text_poke_addr(&tp[i]) + INT3_INSN_SIZE, in text_poke_bp_batch()
1128 (const char *)tp[i].text + INT3_INSN_SIZE, in text_poke_bp_batch()
1129 len - INT3_INSN_SIZE); in text_poke_bp_batch()
1178 text_poke(text_poke_addr(&tp[i]), tp[i].text, INT3_INSN_SIZE); in text_poke_bp_batch()