Searched refs:call_inst (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/powerpc/kernel/trace/ |
| H A D | ftrace.c | 159 static int ftrace_get_call_inst(struct dyn_ftrace *rec, unsigned long addr, ppc_inst_t *call_inst) in ftrace_get_call_inst() argument 194 *call_inst = ftrace_create_branch_inst(ip, stub, 1); in ftrace_get_call_inst() 390 ppc_inst_t old, new, call_inst, new_call_inst; in ftrace_replace_code() local 421 ret |= ftrace_get_call_inst(rec, addr, &call_inst); in ftrace_replace_code() 423 old = call_inst; in ftrace_replace_code() 427 ret = ftrace_get_call_inst(rec, addr, &call_inst); in ftrace_replace_code() 429 old = call_inst; in ftrace_replace_code() 433 ret = ftrace_get_call_inst(rec, new_addr, &call_inst); in ftrace_replace_code() 436 new = call_inst; in ftrace_replace_code() 446 call_inst = ppc_inst(PPC_RAW_BRANCH((long)ftrace_get_ool_stub(rec) - in ftrace_replace_code() [all …]
|