Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/kprobes/
H A Dopt.c44 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 Dcore.c462 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 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 Djump_label.c52 case JMP32_INSN_SIZE: in __jump_label_patch()
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()
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 Dftrace.c363 __text_gen_insn(ip, JMP32_INSN_OPCODE, ip, x86_return_thunk, JMP32_INSN_SIZE); in create_trampoline()
/linux/arch/x86/xen/
H A Denlighten_pv.c1352 JMP32_INSN_SIZE); in xen_start_kernel()