Searched refs:JMP32_INSN_SIZE (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/x86/kernel/kprobes/
H A Dopt.c44 for (i = 0; i < JMP32_INSN_SIZE; i++) {
212 while (len < JMP32_INSN_SIZE) {
283 if (size - offset < JMP32_INSN_SIZE)
369 int len = TMPL_END_IDX + op->optinsn.size + JMP32_INSN_SIZE;
415 rel = (long)slot - (long)op->kp.addr + JMP32_INSN_SIZE;
444 len += JMP32_INSN_SIZE;
447 * Note len = TMPL_END_IDX + op->optinsn.size + JMP32_INSN_SIZE is also
476 u8 insn_buff[JMP32_INSN_SIZE];
480 ((long)op->kp.addr + JMP32_INSN_SIZE));
491 text_poke_bp(op->kp.addr, insn_buff, JMP32_INSN_SIZE, NUL
[all...]
H A Dcore.c472 MAX_INSN_SIZE - len >= JMP32_INSN_SIZE) {
479 len += JMP32_INSN_SIZE;
/linux-master/arch/x86/include/asm/
H A Dkprobes.h47 MAX_OPTIMIZED_LENGTH + JMP32_INSN_SIZE)
H A Dtext-patching.h55 #define JMP32_INSN_SIZE 5 macro
/linux-master/arch/x86/kernel/
H A Djump_label.c52 case JMP32_INSN_SIZE:
H A Dalternative.c152 __text_gen_insn(instr, JMP32_INSN_OPCODE, instr, target, JMP32_INSN_SIZE);
153 instr += JMP32_INSN_SIZE;
376 imm += JMP32_INSN_SIZE - JMP8_INSN_SIZE;
615 JMP32_INSN_SIZE);
616 i += JMP32_INSN_SIZE;
791 i = JMP32_INSN_SIZE;
H A Dftrace.c368 __text_gen_insn(ip, JMP32_INSN_OPCODE, ip, x86_return_thunk, JMP32_INSN_SIZE);
/linux-master/arch/x86/xen/
H A Denlighten_pv.c1331 JMP32_INSN_SIZE);

Completed in 185 milliseconds