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

/linux-master/arch/x86/kernel/
H A Dstatic_call.c80 code = text_gen_insn(JMP32_INSN_OPCODE, insn, func);
85 code = text_gen_insn(JMP32_INSN_OPCODE, insn, x86_return_thunk);
124 if (opcode == JMP32_INSN_OPCODE ||
H A Djump_label.c53 code = text_gen_insn(JMP32_INSN_OPCODE, addr, dest);
H A Dalternative.c152 __text_gen_insn(instr, JMP32_INSN_OPCODE, instr, target, JMP32_INSN_SIZE);
216 case JMP32_INSN_OPCODE:
362 case JMP32_INSN_OPCODE:
373 if (insn.opcode.bytes[0] == JMP32_INSN_OPCODE) {
562 case JMP32_INSN_OPCODE:
611 case JMP32_INSN_OPCODE:
691 op = JMP32_INSN_OPCODE;
714 if (op == JMP32_INSN_OPCODE && i < insn->length)
746 case JMP32_INSN_OPCODE:
792 __text_gen_insn(bytes, JMP32_INSN_OPCODE, add
[all...]
H A Dftrace.c368 __text_gen_insn(ip, JMP32_INSN_OPCODE, ip, x86_return_thunk, JMP32_INSN_SIZE);
591 return text_gen_insn(JMP32_INSN_OPCODE, (void *)ip, (void *)addr);
/linux-master/arch/x86/include/asm/
H A Dtext-patching.h56 #define JMP32_INSN_OPCODE 0xE9 macro
/linux-master/arch/x86/kernel/kprobes/
H A Dopt.c488 insn_buff[0] = JMP32_INSN_OPCODE;
H A Dcore.c125 __synthesize_relative_insn(dest, from, to, JMP32_INSN_OPCODE);
/linux-master/arch/x86/xen/
H A Denlighten_pv.c1330 JMP32_INSN_OPCODE, &early_xen_iret_patch, &xen_iret,

Completed in 164 milliseconds