Home
last modified time | relevance | path

Searched refs:JMP32_INSN_SIZE (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/include/asm/
H A Dkprobes.h47 MAX_OPTIMIZED_LENGTH + JMP32_INSN_SIZE)
H A Dtext-patching.h56 #define JMP32_INSN_SIZE 5 macro
/linux/arch/x86/kernel/
H A Dstatic_call.c188 __text_gen_insn(tramp, JMP32_INSN_OPCODE, tramp, func, JMP32_INSN_SIZE); in __static_call_update_early()
H A Dalternative.c341 __text_gen_insn(buf, JMP32_INSN_OPCODE, buf, target, JMP32_INSN_SIZE); in add_nop()
342 buf += JMP32_INSN_SIZE; in add_nop()
500 imm += JMP32_INSN_SIZE - JMP8_INSN_SIZE; in __apply_relocation()
780 JMP32_INSN_SIZE); in __emit_trampoline()
781 i += JMP32_INSN_SIZE; in __emit_trampoline()
1025 i = JMP32_INSN_SIZE; in patch_return()
/linux/arch/x86/xen/
H A Denlighten_pv.c1401 JMP32_INSN_SIZE); in xen_start_kernel()