Searched refs:INT3_INSN_SIZE (Results 1 – 2 of 2) sorted by relevance
47 #define INT3_INSN_SIZE 1 macro169 int3_emulate_push(regs, regs->ip - INT3_INSN_SIZE + CALL_INSN_SIZE); in int3_emulate_call()
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()[all …]