Searched refs:arch_static_call_transform (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ |
H A D | static_call.c | 7 void arch_static_call_transform(void *site, void *tramp, void *func, bool tail) in arch_static_call_transform() function 37 EXPORT_SYMBOL_GPL(arch_static_call_transform);
|
/openbmc/linux/arch/x86/kernel/ |
H A D | static_call.c | 157 void arch_static_call_transform(void *site, void *tramp, void *func, bool tail) in arch_static_call_transform() function 173 EXPORT_SYMBOL_GPL(arch_static_call_transform);
|
/openbmc/linux/include/linux/ |
H A D | static_call.h | 144 extern void arch_static_call_transform(void *site, void *tramp, void *func, bool tail); 258 arch_static_call_transform(NULL, tramp, func, false); in __static_call_update()
|
/openbmc/linux/kernel/ |
H A D | static_call_inline.c | 147 arch_static_call_transform(NULL, tramp, func, false); in __static_call_update() 209 arch_static_call_transform(site_addr, NULL, func, in __static_call_update() 286 arch_static_call_transform(site_addr, NULL, key->func, in __static_call_init()
|