Searched refs:JMP8_INSN_OPCODE (Results 1 – 3 of 3) sorted by relevance
163 __text_gen_insn(buf, JMP8_INSN_OPCODE, buf, target, JMP8_INSN_SIZE); in add_nop()336 case JMP8_INSN_OPCODE: in __apply_relocation()353 buf[i+0] = JMP8_INSN_OPCODE; in __apply_relocation()1115 if (p[0] == JMP8_INSN_OPCODE && p[1] == fineibt_caller_jmp) in decode_caller_hash()1129 const u8 jmp[] = { JMP8_INSN_OPCODE, fineibt_caller_jmp }; in cfi_disable_callers()2210 case JMP8_INSN_OPCODE: in poke_int3_handler()2416 case JMP8_INSN_OPCODE: in text_poke_loc_init()2436 case JMP8_INSN_OPCODE: in text_poke_loc_init()2445 tp->opcode = JMP8_INSN_OPCODE; in text_poke_loc_init()
48 code = text_gen_insn(JMP8_INSN_OPCODE, addr, dest); in __jump_label_patch()
59 #define JMP8_INSN_OPCODE 0xEB macro