Searched refs:fentry_ip (Results 1 – 2 of 2) sorted by relevance
24 unsigned long arch_ftrace_get_symaddr(unsigned long fentry_ip);25 #define ftrace_get_symaddr(fentry_ip) arch_ftrace_get_symaddr(fentry_ip) argument
37 unsigned long arch_ftrace_get_symaddr(unsigned long fentry_ip) in arch_ftrace_get_symaddr() argument39 return fentry_ip - MCOUNT_AUIPC_SIZE; in arch_ftrace_get_symaddr()