Lines Matching refs:INT3_INSN_SIZE
663 if (regs->ip - INT3_INSN_SIZE != int3_selftest_ip) in int3_exception_notify()
1087 ip = (void *) regs->ip - INT3_INSN_SIZE; in poke_int3_handler()
1190 text_poke(text_poke_addr(&tp[i]), &int3, INT3_INSN_SIZE); in text_poke_bp_batch()
1202 if (len - INT3_INSN_SIZE > 0) { in text_poke_bp_batch()
1203 memcpy(old + INT3_INSN_SIZE, in text_poke_bp_batch()
1204 text_poke_addr(&tp[i]) + INT3_INSN_SIZE, in text_poke_bp_batch()
1205 len - INT3_INSN_SIZE); in text_poke_bp_batch()
1206 text_poke(text_poke_addr(&tp[i]) + INT3_INSN_SIZE, in text_poke_bp_batch()
1207 (const char *)tp[i].text + INT3_INSN_SIZE, in text_poke_bp_batch()
1208 len - INT3_INSN_SIZE); in text_poke_bp_batch()
1257 text_poke(text_poke_addr(&tp[i]), tp[i].text, INT3_INSN_SIZE); in text_poke_bp_batch()