Lines Matching refs:INT3_INSN_SIZE
856 if (regs->ip - INT3_INSN_SIZE != selftest) in int3_exception_notify()
1395 ip = (void *) regs->ip - INT3_INSN_SIZE; in poke_int3_handler()
1499 text_poke(text_poke_addr(&tp[i]), &int3, INT3_INSN_SIZE); in text_poke_bp_batch()
1511 if (len - INT3_INSN_SIZE > 0) { in text_poke_bp_batch()
1512 memcpy(old + INT3_INSN_SIZE, in text_poke_bp_batch()
1513 text_poke_addr(&tp[i]) + INT3_INSN_SIZE, in text_poke_bp_batch()
1514 len - INT3_INSN_SIZE); in text_poke_bp_batch()
1515 text_poke(text_poke_addr(&tp[i]) + INT3_INSN_SIZE, in text_poke_bp_batch()
1516 (const char *)tp[i].text + INT3_INSN_SIZE, in text_poke_bp_batch()
1517 len - INT3_INSN_SIZE); in text_poke_bp_batch()
1566 text_poke(text_poke_addr(&tp[i]), tp[i].text, INT3_INSN_SIZE); in text_poke_bp_batch()