Searched refs:JMP32_INSN_SIZE (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/x86/kernel/kprobes/ |
| 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() 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() 507 u8 old[JMP32_INSN_SIZE]; in arch_unoptimize_kprobe() 510 memcpy(old, op->kp.addr, JMP32_INSN_SIZE); in arch_unoptimize_kprobe() 513 JMP32_INSN_SIZE - INT3_INSN_SIZE); in arch_unoptimize_kprobe() 519 JMP32_INSN_SIZE - INT3_INSN_SIZE); in arch_unoptimize_kprobe() [all …]
|
| A D | core.c | 472 MAX_INSN_SIZE - len >= JMP32_INSN_SIZE) { in prepare_singlestep() 479 len += JMP32_INSN_SIZE; in prepare_singlestep()
|
| /linux/arch/x86/include/asm/ |
| A D | kprobes.h | 47 MAX_OPTIMIZED_LENGTH + JMP32_INSN_SIZE)
|
| A D | text-patching.h | 55 #define JMP32_INSN_SIZE 5 macro
|
| /linux/arch/x86/kernel/ |
| A D | jump_label.c | 52 case JMP32_INSN_SIZE: in __jump_label_patch()
|
| A D | alternative.c | 166 __text_gen_insn(buf, JMP32_INSN_OPCODE, buf, target, JMP32_INSN_SIZE); in add_nop() 167 buf += JMP32_INSN_SIZE; in add_nop() 351 imm += JMP32_INSN_SIZE - JMP8_INSN_SIZE; in __apply_relocation() 614 JMP32_INSN_SIZE); in emit_call_track_retpoline() 615 i += JMP32_INSN_SIZE; in emit_call_track_retpoline() 790 i = JMP32_INSN_SIZE; in patch_return()
|
| A D | ftrace.c | 358 __text_gen_insn(ip, JMP32_INSN_OPCODE, ip, x86_return_thunk, JMP32_INSN_SIZE); in create_trampoline()
|
| /linux/arch/x86/xen/ |
| A D | enlighten_pv.c | 1340 JMP32_INSN_SIZE); in xen_start_kernel()
|
Completed in 25 milliseconds