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

/linux-master/arch/x86/kernel/
H A Dftrace.c309 unsigned long call_offset; local
327 call_offset = (unsigned long)ftrace_regs_call;
333 call_offset = (unsigned long)ftrace_call;
402 call_offset -= start_offset;
408 memcpy(trampoline + call_offset,
409 text_gen_insn(CALL_INSN_OPCODE, trampoline + call_offset, dest),
452 unsigned long call_offset; local
456 call_offset = (unsigned long)ftrace_regs_call;
459 call_offset = (unsigned long)ftrace_call;
462 return call_offset
[all...]

Completed in 107 milliseconds