Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/
Djump_label.c48 code = text_gen_insn(JMP8_INSN_OPCODE, addr, dest); in __jump_label_patch()
Dalternative.c1431 case JMP8_INSN_OPCODE: in poke_int3_handler()
1600 case JMP8_INSN_OPCODE: in text_poke_loc_init()
1621 case JMP8_INSN_OPCODE: in text_poke_loc_init()
1629 tp->opcode = JMP8_INSN_OPCODE; in text_poke_loc_init()
/linux-6.1.9/arch/x86/include/asm/
Dtext-patching.h68 #define JMP8_INSN_OPCODE 0xEB macro