Home
last modified time | relevance | path

Searched refs:__static_call_fixup (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dstatic_call.h66 extern bool __static_call_fixup(void *tramp, u8 op, void *dest);
/openbmc/linux/arch/x86/kernel/
H A Dstatic_call.c187 bool __static_call_fixup(void *tramp, u8 op, void *dest) in __static_call_fixup() function
H A Dalternative.c764 if (__static_call_fixup(addr, op, dest) || in apply_returns()