Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dlivepatch.h36 #define klp_get_ftrace_location klp_get_ftrace_location macro
37 static inline unsigned long klp_get_ftrace_location(unsigned long faddr) in klp_get_ftrace_location() function
/Linux-v4.19/kernel/livepatch/
Dpatch.c132 #ifndef klp_get_ftrace_location
133 static unsigned long klp_get_ftrace_location(unsigned long faddr) in klp_get_ftrace_location() function
155 ftrace_loc = klp_get_ftrace_location(func->old_addr); in klp_unpatch_func()
187 ftrace_loc = klp_get_ftrace_location(func->old_addr); in klp_patch_func()