Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kernel/
Djump_label.c47 case JMP8_INSN_SIZE: in __jump_label_patch()
Dalternative.c148 __text_gen_insn(instr, JMP8_INSN_OPCODE, instr, target, JMP8_INSN_SIZE); in add_nop()
149 instr += JMP8_INSN_SIZE; in add_nop()
367 imm += JMP32_INSN_SIZE - JMP8_INSN_SIZE; in apply_relocation()
/Linux-v6.6/arch/x86/include/asm/
Dtext-patching.h68 #define JMP8_INSN_SIZE 2 macro