Searched refs:JMP32_INSN_SIZE (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/x86/kernel/kprobes/ |
H A D | opt.c | 44 for (i = 0; i < JMP32_INSN_SIZE; i++) { in __recover_optprobed_insn() 212 while (len < JMP32_INSN_SIZE) { in copy_optimized_instructions() 283 if (size - offset < JMP32_INSN_SIZE) in can_optimize() 369 int len = TMPL_END_IDX + op->optinsn.size + JMP32_INSN_SIZE; in __arch_remove_optimized_kprobe() 415 rel = (long)slot - (long)op->kp.addr + JMP32_INSN_SIZE; in arch_prepare_optimized_kprobe() 444 len += JMP32_INSN_SIZE; in arch_prepare_optimized_kprobe() 476 u8 insn_buff[JMP32_INSN_SIZE]; in arch_optimize_kprobes() 480 ((long)op->kp.addr + JMP32_INSN_SIZE)); in arch_optimize_kprobes() 491 text_poke_bp(op->kp.addr, insn_buff, JMP32_INSN_SIZE, NULL); in arch_optimize_kprobes() 506 u8 new[JMP32_INSN_SIZE] = { INT3_INSN_OPCODE, }; in arch_unoptimize_kprobe() [all …]
|
H A D | core.c | 434 MAX_INSN_SIZE - len >= JMP32_INSN_SIZE) { in prepare_singlestep() 441 len += JMP32_INSN_SIZE; in prepare_singlestep()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | kprobes.h | 47 MAX_OPTIMIZED_LENGTH + JMP32_INSN_SIZE)
|
H A D | text-patching.h | 65 #define JMP32_INSN_SIZE 5 macro
|
/openbmc/linux/arch/x86/kernel/ |
H A D | jump_label.c | 52 case JMP32_INSN_SIZE: in __jump_label_patch()
|
H A D | static_call.c | 180 __text_gen_insn(tramp, JMP32_INSN_OPCODE, tramp, func, JMP32_INSN_SIZE); in __static_call_update_early()
|
H A D | alternative.c | 151 __text_gen_insn(instr, JMP32_INSN_OPCODE, instr, target, JMP32_INSN_SIZE); in add_nop() 152 instr += JMP32_INSN_SIZE; in add_nop() 377 imm += JMP32_INSN_SIZE - JMP8_INSN_SIZE; in apply_relocation() 554 JMP32_INSN_SIZE); in emit_call_track_retpoline() 555 i += JMP32_INSN_SIZE; in emit_call_track_retpoline() 730 i = JMP32_INSN_SIZE; in patch_return()
|
H A D | ftrace.c | 367 __text_gen_insn(ip, JMP32_INSN_OPCODE, ip, x86_return_thunk, JMP32_INSN_SIZE); in create_trampoline()
|
/openbmc/linux/arch/x86/xen/ |
H A D | enlighten_pv.c | 1328 JMP32_INSN_SIZE); in xen_start_kernel()
|