Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dstatic_call.h68 extern void __static_call_update_early(void *tramp, void *func);
78 __static_call_update_early(STATIC_CALL_TRAMP_ADDR(name),\
/openbmc/linux/arch/x86/kernel/
H A Dstatic_call.c175 noinstr void __static_call_update_early(void *tramp, void *func) in __static_call_update_early() function