Home
last modified time | relevance | path

Searched refs:DEFINE_STATIC_CALL_NULL (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/ethernet/intel/libeth/
H A Dtx.c12 DEFINE_STATIC_CALL_NULL(bulk, libeth_xdp_return_buff_bulk);
13 DEFINE_STATIC_CALL_NULL(xsk, libeth_xsk_buff_free_slow);
/linux/arch/x86/events/
H A Dcore.c63 * This here uses DEFINE_STATIC_CALL_NULL() to get a static_call defined
66 DEFINE_STATIC_CALL_NULL(x86_pmu_handle_irq, *x86_pmu.handle_irq);
67 DEFINE_STATIC_CALL_NULL(x86_pmu_disable_all, *x86_pmu.disable_all);
68 DEFINE_STATIC_CALL_NULL(x86_pmu_enable_all, *x86_pmu.enable_all);
69 DEFINE_STATIC_CALL_NULL(x86_pmu_enable, *x86_pmu.enable);
70 DEFINE_STATIC_CALL_NULL(x86_pmu_disable, *x86_pmu.disable);
72 DEFINE_STATIC_CALL_NULL(x86_pmu_assign, *x86_pmu.assign);
74 DEFINE_STATIC_CALL_NULL(x86_pmu_add, *x86_pmu.add);
75 DEFINE_STATIC_CALL_NULL(x86_pmu_del, *x86_pmu.del);
76 DEFINE_STATIC_CALL_NULL(x86_pmu_rea
[all...]
/linux/include/linux/
H A Dstatic_call.h19 * DEFINE_STATIC_CALL_NULL(name, typename);
109 * Just like how DEFINE_STATIC_CALL_NULL() / static_call_cond() optimize the
195 #define DEFINE_STATIC_CALL_NULL(name, _func) \ macro
241 #define DEFINE_STATIC_CALL_NULL(name, _func) \ macro
306 #define DEFINE_STATIC_CALL_NULL(name, _func) \ macro
/linux/security/keys/trusted-keys/
H A Dtrusted_core.c51 DEFINE_STATIC_CALL_NULL(trusted_key_seal, *trusted_key_sources[0].ops->seal);
52 DEFINE_STATIC_CALL_NULL(trusted_key_unseal,
54 DEFINE_STATIC_CALL_NULL(trusted_key_get_random,
/linux/arch/x86/kernel/apic/
H A Dinit.c9 * Use DEFINE_STATIC_CALL_NULL() to avoid having to provide stub functions
15 DEFINE_STATIC_CALL_NULL(apic_call_##__cb, *apic->__cb)
/linux/arch/x86/events/amd/
H A Dbrs.c426 DEFINE_STATIC_CALL_NULL(perf_lopwr_cb, perf_amd_brs_lopwr_cb);
H A Dcore.c556 DEFINE_STATIC_CALL_NULL(amd_pmu_branch_reset, amd_pmu_branch_reset_t);
832 DEFINE_STATIC_CALL_NULL(amd_pmu_branch_add, *x86_pmu.add);
840 DEFINE_STATIC_CALL_NULL(amd_pmu_branch_del, *x86_pmu.del);
/linux/arch/x86/kernel/
H A Dprocess.c764 DEFINE_STATIC_CALL_NULL(x86_idle, default_idle);
/linux/arch/x86/kvm/
H A Dpmu.c81 DEFINE_STATIC_CALL_NULL(kvm_x86_pmu_##func, \
H A Dx86.c142 DEFINE_STATIC_CALL_NULL(kvm_x86_##func, \
/linux/security/
H A Dsecurity.c122 DEFINE_STATIC_CALL_NULL(LSM_STATIC_CALL(NAME, NUM), \
134 * DEFINE_STATIC_CALL_NULL invocation above generates a key (STATIC_CALL_KEY)
/linux/arch/x86/events/intel/
H A Dcore.c2945 DEFINE_STATIC_CALL_NULL(intel_pmu_enable_acr_event, intel_pmu_enable_acr);