Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dalternative.c338 __text_gen_insn(buf, JMP8_INSN_OPCODE, buf, target, JMP8_INSN_SIZE); in add_nop()
485 case JMP8_INSN_OPCODE: in __apply_relocation()
502 buf[i+0] = JMP8_INSN_OPCODE; in __apply_relocation()
1449 if (p[0] == JMP8_INSN_OPCODE && p[1] == fineibt_caller_jmp) in decode_caller_hash()
1463 const u8 jmp[] = { JMP8_INSN_OPCODE, fineibt_caller_jmp }; in cfi_disable_callers()
2837 case JMP8_INSN_OPCODE: in smp_text_poke_int3_handler()
3058 case JMP8_INSN_OPCODE: in __smp_text_poke_batch_add()
3078 case JMP8_INSN_OPCODE: in __smp_text_poke_batch_add()
3087 tpl->opcode = JMP8_INSN_OPCODE; in __smp_text_poke_batch_add()
/linux/arch/x86/include/asm/
H A Dtext-patching.h60 #define JMP8_INSN_OPCODE 0xEB macro