Symbol: DECLARE_STATIC_CALL
arch/x86/events/perf_event.h
1167
DECLARE_STATIC_CALL(x86_pmu_set_period, *x86_pmu.set_period);
arch/x86/events/perf_event.h
1168
DECLARE_STATIC_CALL(x86_pmu_update, *x86_pmu.update);
arch/x86/events/perf_event.h
1169
DECLARE_STATIC_CALL(x86_pmu_drain_pebs, *x86_pmu.drain_pebs);
arch/x86/events/perf_event.h
1170
DECLARE_STATIC_CALL(x86_pmu_late_setup, *x86_pmu.late_setup);
arch/x86/events/perf_event.h
1171
DECLARE_STATIC_CALL(x86_pmu_pebs_enable, *x86_pmu.pebs_enable);
arch/x86/events/perf_event.h
1172
DECLARE_STATIC_CALL(x86_pmu_pebs_disable, *x86_pmu.pebs_disable);
arch/x86/events/perf_event.h
1173
DECLARE_STATIC_CALL(x86_pmu_pebs_enable_all, *x86_pmu.pebs_enable_all);
arch/x86/events/perf_event.h
1174
DECLARE_STATIC_CALL(x86_pmu_pebs_disable_all, *x86_pmu.pebs_disable_all);
arch/x86/events/perf_event.h
1220
DECLARE_STATIC_CALL(intel_pmu_update_topdown_event, intel_pmu_topdown_event_update);
arch/x86/include/asm/apic.h
380
DECLARE_STATIC_CALL(apic_call_##__cb, *apic->__cb)
arch/x86/include/asm/bug.h
142
DECLARE_STATIC_CALL(WARN_trap, __WARN_trap);
arch/x86/include/asm/kvm_host.h
2067
DECLARE_STATIC_CALL(kvm_x86_##func, *(((struct kvm_x86_ops *)0)->func));
arch/x86/include/asm/mshyperv.h
56
DECLARE_STATIC_CALL(hv_hypercall, hv_std_hypercall);
arch/x86/include/asm/perf_event.h
826
DECLARE_STATIC_CALL(perf_lopwr_cb, perf_amd_brs_lopwr_cb);
arch/x86/include/asm/preempt.h
123
DECLARE_STATIC_CALL(preempt_schedule, preempt_schedule_dynamic_enabled);
arch/x86/include/asm/preempt.h
131
DECLARE_STATIC_CALL(preempt_schedule_notrace, preempt_schedule_notrace_dynamic_enabled);
arch/x86/include/asm/xen/hypercall.h
92
DECLARE_STATIC_CALL(xen_hypercall, xen_hypercall_func);
arch/x86/kvm/pmu.h
60
DECLARE_STATIC_CALL(kvm_x86_pmu_##func, *(((struct kvm_pmu_ops *)0)->func));
include/linux/filter.h
1324
DECLARE_STATIC_CALL(bpf_arch_pred_flush, bpf_arch_pred_flush);
include/linux/irq-entry-common.h
355
DECLARE_STATIC_CALL(irqentry_exit_cond_resched, raw_irqentry_exit_cond_resched);
include/linux/kernel.h
54
DECLARE_STATIC_CALL(might_resched, __cond_resched);
include/linux/perf_event.h
1688
DECLARE_STATIC_CALL(__perf_guest_state, *perf_guest_cbs->state);
include/linux/perf_event.h
1689
DECLARE_STATIC_CALL(__perf_guest_get_ip, *perf_guest_cbs->get_ip);
include/linux/perf_event.h
1690
DECLARE_STATIC_CALL(__perf_guest_handle_intel_pt_intr, *perf_guest_cbs->handle_intel_pt_intr);
include/linux/perf_event.h
1691
DECLARE_STATIC_CALL(__perf_guest_handle_mediated_pmi, *perf_guest_cbs->handle_mediated_pmi);
include/linux/perf_event.h
2131
DECLARE_STATIC_CALL(perf_snapshot_branch_stack, perf_snapshot_branch_stack_t);
include/linux/sched.h
2127
DECLARE_STATIC_CALL(cond_resched, __cond_resched);
include/linux/sched/cputime.h
192
DECLARE_STATIC_CALL(pv_steal_clock, dummy_steal_clock);
include/linux/static_call.h
188
DECLARE_STATIC_CALL(name, _func); \
include/linux/static_call.h
196
DECLARE_STATIC_CALL(name, _func); \
include/linux/static_call.h
204
DECLARE_STATIC_CALL(name, _func); \
include/linux/static_call.h
235
DECLARE_STATIC_CALL(name, _func); \
include/linux/static_call.h
242
DECLARE_STATIC_CALL(name, _func); \
include/linux/static_call.h
249
DECLARE_STATIC_CALL(name, _func); \
include/linux/static_call.h
298
DECLARE_STATIC_CALL(name, _func); \
include/linux/tracepoint.h
268
DECLARE_STATIC_CALL(tp_func_##name, __traceiter_##name); \