Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dstatic_call.h193 #define DEFINE_STATIC_CALL_NULL(name, _func) \ macro
237 #define DEFINE_STATIC_CALL_NULL(name, _func) \ macro
300 #define DEFINE_STATIC_CALL_NULL(name, _func) \ macro
/linux-6.12.1/arch/x86/events/
Dcore.c65 DEFINE_STATIC_CALL_NULL(x86_pmu_handle_irq, *x86_pmu.handle_irq);
66 DEFINE_STATIC_CALL_NULL(x86_pmu_disable_all, *x86_pmu.disable_all);
67 DEFINE_STATIC_CALL_NULL(x86_pmu_enable_all, *x86_pmu.enable_all);
68 DEFINE_STATIC_CALL_NULL(x86_pmu_enable, *x86_pmu.enable);
69 DEFINE_STATIC_CALL_NULL(x86_pmu_disable, *x86_pmu.disable);
71 DEFINE_STATIC_CALL_NULL(x86_pmu_assign, *x86_pmu.assign);
73 DEFINE_STATIC_CALL_NULL(x86_pmu_add, *x86_pmu.add);
74 DEFINE_STATIC_CALL_NULL(x86_pmu_del, *x86_pmu.del);
75 DEFINE_STATIC_CALL_NULL(x86_pmu_read, *x86_pmu.read);
77 DEFINE_STATIC_CALL_NULL(x86_pmu_set_period, *x86_pmu.set_period);
[all …]
/linux-6.12.1/security/keys/trusted-keys/
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-6.12.1/arch/x86/kernel/apic/
Dinit.c15 DEFINE_STATIC_CALL_NULL(apic_call_##__cb, *apic->__cb)
/linux-6.12.1/arch/x86/events/amd/
Dbrs.c425 DEFINE_STATIC_CALL_NULL(perf_lopwr_cb, perf_amd_brs_lopwr_cb);
Dcore.c555 DEFINE_STATIC_CALL_NULL(amd_pmu_branch_reset, amd_pmu_branch_reset_t);
831 DEFINE_STATIC_CALL_NULL(amd_pmu_branch_add, *x86_pmu.add);
839 DEFINE_STATIC_CALL_NULL(amd_pmu_branch_del, *x86_pmu.del);
/linux-6.12.1/arch/x86/kernel/
Dprocess.c749 DEFINE_STATIC_CALL_NULL(x86_idle, default_idle);
/linux-6.12.1/arch/x86/kvm/
Dpmu.c81 DEFINE_STATIC_CALL_NULL(kvm_x86_pmu_##func, \
Dx86.c145 DEFINE_STATIC_CALL_NULL(kvm_x86_##func, \
/linux-6.12.1/security/
Dsecurity.c123 DEFINE_STATIC_CALL_NULL(LSM_STATIC_CALL(NAME, NUM), \