Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kernel/
Djump_label.c47 case JMP8_INSN_SIZE: in __jump_label_patch()
Dalternative.c163 __text_gen_insn(buf, JMP8_INSN_OPCODE, buf, target, JMP8_INSN_SIZE); in add_nop()
164 buf += JMP8_INSN_SIZE; in add_nop()
351 imm += JMP32_INSN_SIZE - JMP8_INSN_SIZE; in __apply_relocation()
/linux-6.12.1/arch/x86/include/asm/
Dtext-patching.h58 #define JMP8_INSN_SIZE 2 macro