Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/kernel/
H A Dftrace.c76 make_call_t0(hook_pos, target, call); in __ftrace_modify_call()
89 make_call_t0(rec->ip, addr, call); in ftrace_make_call()
186 make_call_t0(caller, old_addr, call); in ftrace_modify_call()
/openbmc/linux/arch/riscv/include/asm/
H A Dftrace.h103 #define make_call_t0(caller, callee, call) \ macro