Symbol: DEFINE_STATIC_CALL_NULL
arch/x86/events/amd/brs.c
426
DEFINE_STATIC_CALL_NULL(perf_lopwr_cb, perf_amd_brs_lopwr_cb);
arch/x86/events/amd/core.c
559
DEFINE_STATIC_CALL_NULL(amd_pmu_branch_reset, amd_pmu_branch_reset_t);
arch/x86/events/amd/core.c
844
DEFINE_STATIC_CALL_NULL(amd_pmu_branch_add, *x86_pmu.add);
arch/x86/events/amd/core.c
852
DEFINE_STATIC_CALL_NULL(amd_pmu_branch_del, *x86_pmu.del);
arch/x86/events/core.c
101
DEFINE_STATIC_CALL_NULL(x86_pmu_late_setup, *x86_pmu.late_setup);
arch/x86/events/core.c
103
DEFINE_STATIC_CALL_NULL(x86_pmu_pebs_enable, *x86_pmu.pebs_enable);
arch/x86/events/core.c
104
DEFINE_STATIC_CALL_NULL(x86_pmu_pebs_disable, *x86_pmu.pebs_disable);
arch/x86/events/core.c
105
DEFINE_STATIC_CALL_NULL(x86_pmu_pebs_enable_all, *x86_pmu.pebs_enable_all);
arch/x86/events/core.c
106
DEFINE_STATIC_CALL_NULL(x86_pmu_pebs_disable_all, *x86_pmu.pebs_disable_all);
arch/x86/events/core.c
70
DEFINE_STATIC_CALL_NULL(x86_pmu_handle_irq, *x86_pmu.handle_irq);
arch/x86/events/core.c
71
DEFINE_STATIC_CALL_NULL(x86_pmu_disable_all, *x86_pmu.disable_all);
arch/x86/events/core.c
72
DEFINE_STATIC_CALL_NULL(x86_pmu_enable_all, *x86_pmu.enable_all);
arch/x86/events/core.c
73
DEFINE_STATIC_CALL_NULL(x86_pmu_enable, *x86_pmu.enable);
arch/x86/events/core.c
74
DEFINE_STATIC_CALL_NULL(x86_pmu_disable, *x86_pmu.disable);
arch/x86/events/core.c
76
DEFINE_STATIC_CALL_NULL(x86_pmu_assign, *x86_pmu.assign);
arch/x86/events/core.c
78
DEFINE_STATIC_CALL_NULL(x86_pmu_add, *x86_pmu.add);
arch/x86/events/core.c
79
DEFINE_STATIC_CALL_NULL(x86_pmu_del, *x86_pmu.del);
arch/x86/events/core.c
80
DEFINE_STATIC_CALL_NULL(x86_pmu_read, *x86_pmu.read);
arch/x86/events/core.c
82
DEFINE_STATIC_CALL_NULL(x86_pmu_set_period, *x86_pmu.set_period);
arch/x86/events/core.c
83
DEFINE_STATIC_CALL_NULL(x86_pmu_update, *x86_pmu.update);
arch/x86/events/core.c
84
DEFINE_STATIC_CALL_NULL(x86_pmu_limit_period, *x86_pmu.limit_period);
arch/x86/events/core.c
86
DEFINE_STATIC_CALL_NULL(x86_pmu_schedule_events, *x86_pmu.schedule_events);
arch/x86/events/core.c
87
DEFINE_STATIC_CALL_NULL(x86_pmu_get_event_constraints, *x86_pmu.get_event_constraints);
arch/x86/events/core.c
88
DEFINE_STATIC_CALL_NULL(x86_pmu_put_event_constraints, *x86_pmu.put_event_constraints);
arch/x86/events/core.c
90
DEFINE_STATIC_CALL_NULL(x86_pmu_start_scheduling, *x86_pmu.start_scheduling);
arch/x86/events/core.c
91
DEFINE_STATIC_CALL_NULL(x86_pmu_commit_scheduling, *x86_pmu.commit_scheduling);
arch/x86/events/core.c
92
DEFINE_STATIC_CALL_NULL(x86_pmu_stop_scheduling, *x86_pmu.stop_scheduling);
arch/x86/events/core.c
94
DEFINE_STATIC_CALL_NULL(x86_pmu_sched_task, *x86_pmu.sched_task);
arch/x86/events/core.c
96
DEFINE_STATIC_CALL_NULL(x86_pmu_drain_pebs, *x86_pmu.drain_pebs);
arch/x86/events/core.c
97
DEFINE_STATIC_CALL_NULL(x86_pmu_pebs_aliases, *x86_pmu.pebs_aliases);
arch/x86/events/core.c
99
DEFINE_STATIC_CALL_NULL(x86_pmu_filter, *x86_pmu.filter);
arch/x86/events/intel/core.c
3065
DEFINE_STATIC_CALL_NULL(intel_pmu_disable_event_ext, intel_pmu_disable_event_ext);
arch/x86/events/intel/core.c
3447
DEFINE_STATIC_CALL_NULL(intel_pmu_enable_acr_event, intel_pmu_enable_acr);
arch/x86/events/intel/core.c
3542
DEFINE_STATIC_CALL_NULL(intel_pmu_enable_event_ext, intel_pmu_enable_event_ext);
arch/x86/hyperv/hv_vtl.c
290
DEFINE_STATIC_CALL_NULL(__mshv_vtl_return_hypercall, void (*)(void));
arch/x86/kernel/apic/init.c
15
DEFINE_STATIC_CALL_NULL(apic_call_##__cb, *apic->__cb)
arch/x86/kernel/process.c
775
DEFINE_STATIC_CALL_NULL(x86_idle, default_idle);
arch/x86/kvm/pmu.c
98
DEFINE_STATIC_CALL_NULL(kvm_x86_pmu_##func, \
arch/x86/kvm/x86.c
146
DEFINE_STATIC_CALL_NULL(kvm_x86_##func, \
drivers/net/ethernet/intel/libeth/tx.c
12
DEFINE_STATIC_CALL_NULL(bulk, libeth_xdp_return_buff_bulk);
drivers/net/ethernet/intel/libeth/tx.c
13
DEFINE_STATIC_CALL_NULL(xsk, libeth_xsk_buff_free_slow);
kernel/bpf/core.c
888
DEFINE_STATIC_CALL_NULL(bpf_arch_pred_flush, bpf_arch_pred_flush);
lib/raid/raid6/algos.c
22
DEFINE_STATIC_CALL_NULL(raid6_gen_syndrome_impl, *raid6_intx1.gen_syndrome);
lib/raid/raid6/algos.c
23
DEFINE_STATIC_CALL_NULL(raid6_xor_syndrome_impl, *raid6_intx1.xor_syndrome);
lib/raid/raid6/algos.c
24
DEFINE_STATIC_CALL_NULL(raid6_recov_2data_impl, *raid6_recov_intx1.data2);
lib/raid/raid6/algos.c
25
DEFINE_STATIC_CALL_NULL(raid6_recov_datap_impl, *raid6_recov_intx1.datap);
lib/raid/xor/xor-core.c
18
DEFINE_STATIC_CALL_NULL(xor_gen_impl, *xor_block_8regs.xor_gen);
security/keys/trusted-keys/trusted_core.c
62
DEFINE_STATIC_CALL_NULL(trusted_key_seal, *trusted_key_sources[0].ops->seal);
security/keys/trusted-keys/trusted_core.c
63
DEFINE_STATIC_CALL_NULL(trusted_key_unseal,
security/keys/trusted-keys/trusted_core.c
65
DEFINE_STATIC_CALL_NULL(trusted_key_get_random,
security/security.c
118
DEFINE_STATIC_CALL_NULL(LSM_STATIC_CALL(NAME, NUM), \