Lines Matching refs:INT3_INSN_SIZE
1600 if (regs->ip - INT3_INSN_SIZE != selftest) in int3_exception_notify()
2174 ip = (void *) regs->ip - INT3_INSN_SIZE; in poke_int3_handler()
2292 text_poke(text_poke_addr(&tp[i]), &int3, INT3_INSN_SIZE); in text_poke_bp_batch()
2306 if (len - INT3_INSN_SIZE > 0) { in text_poke_bp_batch()
2307 memcpy(old + INT3_INSN_SIZE, in text_poke_bp_batch()
2308 text_poke_addr(&tp[i]) + INT3_INSN_SIZE, in text_poke_bp_batch()
2309 len - INT3_INSN_SIZE); in text_poke_bp_batch()
2317 text_poke(text_poke_addr(&tp[i]) + INT3_INSN_SIZE, in text_poke_bp_batch()
2318 new + INT3_INSN_SIZE, in text_poke_bp_batch()
2319 len - INT3_INSN_SIZE); in text_poke_bp_batch()
2373 text_poke(text_poke_addr(&tp[i]), &byte, INT3_INSN_SIZE); in text_poke_bp_batch()