Searched refs:__static_call_update (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/ |
H A D | static_call.h | 155 __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 D | bpf.h | 1357 __static_call_update((_d)->sc_key, (_d)->sc_tramp, (_new))
|
/linux/arch/x86/include/asm/ |
H A D | static_call.h | 74 __static_call_update(&STATIC_CALL_KEY(name), \
|
/linux/kernel/ |
H A D | static_call_inline.c | 134 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 D | tracepoint.c | 271 __static_call_update(tp->static_call_key, tp->static_call_tramp, func); in tracepoint_update_call()
|
/linux/security/ |
H A D | security.c | 413 __static_call_update(scall->key, scall->trampoline, in lsm_static_call_init()
|