Home
last modified time | relevance | path

Searched refs:__static_call_return0 (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dstatic_call.h22 * __static_call_return0;
107 * DEFINE_STATIC_CALL_RET0 / __static_call_return0:
111 * __static_call_return0 optimize the do nothing return 0 function.
185 extern long __static_call_return0(void);
206 .func = __static_call_return0, \
251 .func = __static_call_return0, \
271 extern long __static_call_return0(void);
292 static inline long __static_call_return0(void) in __static_call_return0() function
310 __DEFINE_STATIC_CALL(name, _func, __static_call_return0)
/linux/kernel/
H A Dstatic_call.c4 long __static_call_return0(void) in __static_call_return0() function
8 EXPORT_SYMBOL_GPL(__static_call_return0);
/linux/arch/x86/kernel/
H A Dstatic_call.c68 if (func == &__static_call_return0) { in __static_call_transform()
/linux/arch/x86/events/
H A Dcore.c2152 x86_pmu.guest_get_msrs = (void *)&__static_call_return0; in init_hw_perf_events()
/linux/arch/x86/kvm/
H A Dx86.c9582 (void *)__static_call_return0); in kvm_ops_update()