Searched refs:DEFINE_STATIC_CALL_NULL (Results 1 – 4 of 4) sorted by relevance
/linux/security/keys/trusted-keys/ |
A D | trusted_core.c | 38 DEFINE_STATIC_CALL_NULL(trusted_key_init, *trusted_key_sources[0].ops->init); 39 DEFINE_STATIC_CALL_NULL(trusted_key_seal, *trusted_key_sources[0].ops->seal); 40 DEFINE_STATIC_CALL_NULL(trusted_key_unseal, 42 DEFINE_STATIC_CALL_NULL(trusted_key_get_random, 44 DEFINE_STATIC_CALL_NULL(trusted_key_exit, *trusted_key_sources[0].ops->exit);
|
/linux/include/linux/ |
A D | static_call.h | 191 #define DEFINE_STATIC_CALL_NULL(name, _func) \ macro 227 #define DEFINE_STATIC_CALL_NULL(name, _func) \ macro 284 #define DEFINE_STATIC_CALL_NULL(name, _func) \ macro
|
/linux/arch/x86/events/ |
A D | core.c | 63 DEFINE_STATIC_CALL_NULL(x86_pmu_handle_irq, *x86_pmu.handle_irq); 64 DEFINE_STATIC_CALL_NULL(x86_pmu_disable_all, *x86_pmu.disable_all); 65 DEFINE_STATIC_CALL_NULL(x86_pmu_enable_all, *x86_pmu.enable_all); 66 DEFINE_STATIC_CALL_NULL(x86_pmu_enable, *x86_pmu.enable); 67 DEFINE_STATIC_CALL_NULL(x86_pmu_disable, *x86_pmu.disable); 69 DEFINE_STATIC_CALL_NULL(x86_pmu_assign, *x86_pmu.assign); 71 DEFINE_STATIC_CALL_NULL(x86_pmu_add, *x86_pmu.add); 72 DEFINE_STATIC_CALL_NULL(x86_pmu_del, *x86_pmu.del); 73 DEFINE_STATIC_CALL_NULL(x86_pmu_read, *x86_pmu.read); 83 DEFINE_STATIC_CALL_NULL(x86_pmu_sched_task, *x86_pmu.sched_task); [all …]
|
/linux/arch/x86/kvm/ |
A D | x86.c | 129 DEFINE_STATIC_CALL_NULL(kvm_x86_##func, \
|
Completed in 31 milliseconds