Home
last modified time | relevance | path

Searched refs:__static_call_update (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dstatic_call.h155 __static_call_update(&STATIC_CALL_KEY(name), \
181 extern void __static_call_update(struct static_call_key *key, void *tramp, void *func);
258 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update() function
337 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update() function
H A Dbpf.h1273 __static_call_update((_d)->sc_key, (_d)->sc_tramp, (_new))
/openbmc/linux/arch/x86/include/asm/
H A Dstatic_call.h74 __static_call_update(&STATIC_CALL_KEY(name), \
/openbmc/linux/kernel/
H A Dstatic_call_inline.c134 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update() function
218 EXPORT_SYMBOL_GPL(__static_call_update);
H A Dtracepoint.c317 __static_call_update(tp->static_call_key, tp->static_call_tramp, func); in tracepoint_update_call()