Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Djump_label.c47 case JMP8_INSN_SIZE: in __jump_label_patch()
H A 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()
377 imm += JMP32_INSN_SIZE - JMP8_INSN_SIZE; in apply_relocation()
/openbmc/linux/arch/x86/include/asm/
H A Dtext-patching.h68 #define JMP8_INSN_SIZE 2 macro