Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/include/asm/
Dstatic_call.h66 extern bool __static_call_fixup(void *tramp, u8 op, void *dest);
/Linux-v6.6/arch/x86/kernel/
Dstatic_call.c187 bool __static_call_fixup(void *tramp, u8 op, void *dest) in __static_call_fixup() function
Dalternative.c754 if (__static_call_fixup(addr, op, dest) || in apply_returns()