Home
last modified time | relevance | path

Searched refs:JMP8_INSN_OPCODE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/kernel/
H A Dalternative.c148 __text_gen_insn(instr, JMP8_INSN_OPCODE, instr, target, JMP8_INSN_SIZE); in add_nop()
215 case JMP8_INSN_OPCODE: in __optimize_nops()
362 case JMP8_INSN_OPCODE: in apply_relocation()
379 buf[i+0] = JMP8_INSN_OPCODE; in apply_relocation()
988 if (p[0] == JMP8_INSN_OPCODE && p[1] == fineibt_caller_jmp) in decode_caller_hash()
1002 const u8 jmp[] = { JMP8_INSN_OPCODE, fineibt_caller_jmp }; in cfi_disable_callers()
2141 case JMP8_INSN_OPCODE: in poke_int3_handler()
2347 case JMP8_INSN_OPCODE: in text_poke_loc_init()
2367 case JMP8_INSN_OPCODE: in text_poke_loc_init()
2376 tp->opcode = JMP8_INSN_OPCODE; in text_poke_loc_init()
H A Djump_label.c48 code = text_gen_insn(JMP8_INSN_OPCODE, addr, dest); in __jump_label_patch()
/openbmc/linux/arch/x86/include/asm/
H A Dtext-patching.h69 #define JMP8_INSN_OPCODE 0xEB macro