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

/linux-master/kernel/
H A Dstatic_call.c4 long __static_call_return0(void) function
8 EXPORT_SYMBOL_GPL(__static_call_return0); variable
/linux-master/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.
183 extern long __static_call_return0(void);
204 .func = __static_call_return0, \
247 .func = __static_call_return0, \
267 extern long __static_call_return0(void);
286 static inline long __static_call_return0(void) function
304 __DEFINE_STATIC_CALL(name, _func, __static_call_return0)
/linux-master/arch/x86/include/asm/
H A Dstatic_call.h58 ARCH_DEFINE_STATIC_CALL_TRAMP(name, __static_call_return0)
/linux-master/arch/powerpc/kernel/
H A Dstatic_call.c10 bool is_ret0 = (func == __static_call_return0);
/linux-master/arch/x86/kernel/
H A Dstatic_call.c68 if (func == &__static_call_return0) {
/linux-master/arch/x86/events/
H A Dcore.c2126 x86_pmu.guest_get_msrs = (void *)&__static_call_return0;
/linux-master/kernel/events/
H A Dcore.c6859 static_call_update(__perf_guest_state, (void *)&__static_call_return0);
6860 static_call_update(__perf_guest_get_ip, (void *)&__static_call_return0);
6862 (void *)&__static_call_return0);
/linux-master/kernel/sched/
H A Dcore.c8615 #define cond_resched_dynamic_disabled ((void *)&__static_call_return0)
8620 #define might_resched_dynamic_disabled ((void *)&__static_call_return0)
/linux-master/arch/x86/kvm/
H A Dx86.c9663 (void *)__static_call_return0);

Completed in 348 milliseconds