Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dstatic_call.h185 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-6.15/kernel/
H A Dstatic_call.c4 long __static_call_return0(void) in __static_call_return0() function
8 EXPORT_SYMBOL_GPL(__static_call_return0);
/linux-6.15/arch/x86/include/asm/
H A Dstatic_call.h58 ARCH_DEFINE_STATIC_CALL_TRAMP(name, __static_call_return0)
/linux-6.15/arch/powerpc/kernel/
H A Dstatic_call.c10 bool is_ret0 = (func == __static_call_return0); in arch_static_call_transform()
/linux-6.15/arch/x86/kernel/
H A Dstatic_call.c68 if (func == &__static_call_return0) { in __static_call_transform()
/linux-6.15/arch/x86/events/
H A Dcore.c2138 x86_pmu.guest_get_msrs = (void *)&__static_call_return0; in init_hw_perf_events()
/linux-6.15/kernel/sched/
H A Dcore.c7319 #define cond_resched_dynamic_disabled ((void *)&__static_call_return0)
7324 #define might_resched_dynamic_disabled ((void *)&__static_call_return0)
/linux-6.15/kernel/events/
H A Dcore.c7266 static_call_update(__perf_guest_state, (void *)&__static_call_return0); in perf_unregister_guest_info_callbacks()
7267 static_call_update(__perf_guest_get_ip, (void *)&__static_call_return0); in perf_unregister_guest_info_callbacks()
7269 (void *)&__static_call_return0); in perf_unregister_guest_info_callbacks()
/linux-6.15/arch/x86/kvm/
H A Dx86.c9675 (void *)__static_call_return0); in kvm_ops_update()