Searched refs:__static_call_return0 (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| H A D | static_call.h | 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 D | static_call.c | 4 long __static_call_return0(void) in __static_call_return0() function 8 EXPORT_SYMBOL_GPL(__static_call_return0);
|
| /linux/arch/arm64/include/asm/ |
| H A D | static_call.h | 26 ARCH_DEFINE_STATIC_CALL_TRAMP(name, __static_call_return0) 29 ARCH_DEFINE_STATIC_CALL_TRAMP(name, __static_call_return0)
|
| /linux/arch/arm64/kernel/ |
| H A D | static_call.c | 13 func = __static_call_return0; in arch_static_call_transform()
|
| /linux/arch/x86/include/asm/ |
| H A D | static_call.h | 58 ARCH_DEFINE_STATIC_CALL_TRAMP(name, __static_call_return0)
|
| /linux/kernel/events/ |
| H A D | core.c | 7779 static_call_update(__perf_guest_state, (void *)&__static_call_return0); in perf_unregister_guest_info_callbacks() 7780 static_call_update(__perf_guest_get_ip, (void *)&__static_call_return0); in perf_unregister_guest_info_callbacks() 7781 static_call_update(__perf_guest_handle_intel_pt_intr, (void *)&__static_call_return0); in perf_unregister_guest_info_callbacks() 7782 static_call_update(__perf_guest_handle_mediated_pmi, (void *)&__static_call_return0); in perf_unregister_guest_info_callbacks()
|
| /linux/kernel/sched/ |
| H A D | core.c | 7803 # define cond_resched_dynamic_disabled ((void *)&__static_call_return0) 7808 # define might_resched_dynamic_disabled ((void *)&__static_call_return0)
|