Home
last modified time | relevance | path

Searched refs:call_inst (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/trace/
H A Dftrace.c109 static int ftrace_get_call_inst(struct dyn_ftrace *rec, unsigned long addr, ppc_inst_t *call_inst) in ftrace_get_call_inst() argument
134 *call_inst = ftrace_create_branch_inst(ip, stub, 1); in ftrace_get_call_inst()
176 ppc_inst_t old, new, call_inst, new_call_inst; in ftrace_replace_code() local
200 ret |= ftrace_get_call_inst(rec, addr, &call_inst); in ftrace_replace_code()
201 old = call_inst; in ftrace_replace_code()
205 ret = ftrace_get_call_inst(rec, addr, &call_inst); in ftrace_replace_code()
206 old = call_inst; in ftrace_replace_code()
210 ret = ftrace_get_call_inst(rec, new_addr, &call_inst); in ftrace_replace_code()
212 new = call_inst; in ftrace_replace_code()