Searched refs:CALL_INSN_SIZE (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dtext-patching.h52 #define CALL_INSN_SIZE 5 macro
167 int3_emulate_push(regs, regs->ip - INT3_INSN_SIZE + CALL_INSN_SIZE);
/linux-master/arch/x86/kernel/
H A Dftrace.c420 CALL_INSN_SIZE);
515 ret = copy_from_kernel_nofault(&call, ptr, CALL_INSN_SIZE);
525 return ptr + CALL_INSN_SIZE + call.disp;
H A Dstatic_call.c57 int size = CALL_INSN_SIZE;
H A Dcallthunks.c229 __text_gen_insn(bytes, CALL_INSN_OPCODE, addr, pad, CALL_INSN_SIZE);
230 text_poke_early(addr, bytes, CALL_INSN_SIZE);
H A Dalternative.c607 CALL_INSN_SIZE);
608 i += CALL_INSN_SIZE;
1622 * INT3 padded with NOP to CALL_INSN_SIZE. The int3_exception_nb
/linux-master/kernel/
H A Dstatic_call_inline.c298 addr + CALL_INSN_SIZE > (unsigned long)start)

Completed in 140 milliseconds