Searched refs:JMP32_INSN_SIZE (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/x86/include/asm/ |
| H A D | kprobes.h | 47 MAX_OPTIMIZED_LENGTH + JMP32_INSN_SIZE)
|
| H A D | text-patching.h | 56 #define JMP32_INSN_SIZE 5 macro
|
| /linux/arch/x86/kernel/ |
| H A D | static_call.c | 188 __text_gen_insn(tramp, JMP32_INSN_OPCODE, tramp, func, JMP32_INSN_SIZE); in __static_call_update_early()
|
| H A D | alternative.c | 341 __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() 815 JMP32_INSN_SIZE); in __emit_trampoline() 816 i += JMP32_INSN_SIZE; in __emit_trampoline() 1060 i = JMP32_INSN_SIZE; in patch_return()
|
| H A D | ftrace.c | 363 __text_gen_insn(ip, JMP32_INSN_OPCODE, ip, x86_return_thunk, JMP32_INSN_SIZE); in create_trampoline()
|
| /linux/arch/x86/xen/ |
| H A D | enlighten_pv.c | 1343 JMP32_INSN_SIZE); in xen_start_kernel()
|