Searched refs:call_inst (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/arch/powerpc/kernel/trace/ |
D | ftrace.c | 97 static int ftrace_get_call_inst(struct dyn_ftrace *rec, unsigned long addr, ppc_inst_t *call_inst) in ftrace_get_call_inst() argument 122 *call_inst = ftrace_create_branch_inst(ip, stub, 1); in ftrace_get_call_inst() 164 ppc_inst_t old, new, call_inst, new_call_inst; in ftrace_replace_code() local 188 ret |= ftrace_get_call_inst(rec, addr, &call_inst); in ftrace_replace_code() 189 old = call_inst; in ftrace_replace_code() 193 ret = ftrace_get_call_inst(rec, addr, &call_inst); in ftrace_replace_code() 194 old = call_inst; in ftrace_replace_code() 198 ret = ftrace_get_call_inst(rec, new_addr, &call_inst); in ftrace_replace_code() 200 new = call_inst; in ftrace_replace_code()
|