Searched refs:JMP32_INSN_SIZE (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/x86/kernel/kprobes/ |
| H A D | opt.c | 44 for (i = 0; i < JMP32_INSN_SIZE; i++) { in __recover_optprobed_insn() 208 while (len < JMP32_INSN_SIZE) { in copy_optimized_instructions() 279 if (size - offset < JMP32_INSN_SIZE) in can_optimize() 365 int len = TMPL_END_IDX + op->optinsn.size + JMP32_INSN_SIZE; in __arch_remove_optimized_kprobe() 411 rel = (long)slot - (long)op->kp.addr + JMP32_INSN_SIZE; in arch_prepare_optimized_kprobe() 440 len += JMP32_INSN_SIZE; in arch_prepare_optimized_kprobe() 472 u8 insn_buff[JMP32_INSN_SIZE]; in arch_optimize_kprobes() 476 ((long)op->kp.addr + JMP32_INSN_SIZE)); in arch_optimize_kprobes() 487 smp_text_poke_single(op->kp.addr, insn_buff, JMP32_INSN_SIZE, NULL); in arch_optimize_kprobes() 502 u8 new[JMP32_INSN_SIZE] = { INT3_INSN_OPCODE, }; in arch_unoptimize_kprobe() [all …]
|
| H A D | core.c | 462 MAX_INSN_SIZE - len >= JMP32_INSN_SIZE) { in prepare_singlestep() 469 len += JMP32_INSN_SIZE; in prepare_singlestep()
|
| /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 | jump_label.c | 52 case JMP32_INSN_SIZE: in __jump_label_patch()
|
| 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 | 1352 JMP32_INSN_SIZE); in xen_start_kernel()
|