Home
last modified time | relevance | path

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

/arch/x86/kernel/
A Djump_label.c48 code = text_gen_insn(JMP8_INSN_OPCODE, addr, dest); in __jump_label_patch()
A Dalternative.c337 __text_gen_insn(buf, JMP8_INSN_OPCODE, buf, target, JMP8_INSN_SIZE); in add_nop()
503 case JMP8_INSN_OPCODE: in __apply_relocation()
520 buf[i+0] = JMP8_INSN_OPCODE; in __apply_relocation()
1447 if (p[0] == JMP8_INSN_OPCODE && p[1] == fineibt_caller_jmp) in decode_caller_hash()
1461 const u8 jmp[] = { JMP8_INSN_OPCODE, fineibt_caller_jmp }; in cfi_disable_callers()
2779 case JMP8_INSN_OPCODE: in smp_text_poke_int3_handler()
3000 case JMP8_INSN_OPCODE: in __smp_text_poke_batch_add()
3020 case JMP8_INSN_OPCODE: in __smp_text_poke_batch_add()
3029 tpl->opcode = JMP8_INSN_OPCODE; in __smp_text_poke_batch_add()
/arch/x86/include/asm/
A Dtext-patching.h60 #define JMP8_INSN_OPCODE 0xEB macro

Completed in 17 milliseconds