Home
last modified time | relevance | path

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

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