Searched refs:static_call_update (Results 1 – 14 of 14) sorted by relevance
| /linux/security/keys/trusted-keys/ |
| A D | trusted_core.c | 325 static_call_update(trusted_key_init, in init_trusted() 327 static_call_update(trusted_key_seal, in init_trusted() 329 static_call_update(trusted_key_unseal, in init_trusted() 331 static_call_update(trusted_key_get_random, in init_trusted() 333 static_call_update(trusted_key_exit, in init_trusted()
|
| /linux/arch/x86/events/ |
| A D | core.c | 2006 static_call_update(x86_pmu_handle_irq, x86_pmu.handle_irq); in x86_pmu_static_call_update() 2007 static_call_update(x86_pmu_disable_all, x86_pmu.disable_all); in x86_pmu_static_call_update() 2008 static_call_update(x86_pmu_enable_all, x86_pmu.enable_all); in x86_pmu_static_call_update() 2009 static_call_update(x86_pmu_enable, x86_pmu.enable); in x86_pmu_static_call_update() 2010 static_call_update(x86_pmu_disable, x86_pmu.disable); in x86_pmu_static_call_update() 2012 static_call_update(x86_pmu_assign, x86_pmu.assign); in x86_pmu_static_call_update() 2014 static_call_update(x86_pmu_add, x86_pmu.add); in x86_pmu_static_call_update() 2015 static_call_update(x86_pmu_del, x86_pmu.del); in x86_pmu_static_call_update() 2016 static_call_update(x86_pmu_read, x86_pmu.read); in x86_pmu_static_call_update() 2026 static_call_update(x86_pmu_sched_task, x86_pmu.sched_task); in x86_pmu_static_call_update() [all …]
|
| /linux/arch/arm64/kernel/ |
| A D | paravirt.c | 158 static_call_update(pv_steal_clock, para_steal_clock); in pv_time_init()
|
| /linux/drivers/xen/ |
| A D | time.c | 179 static_call_update(pv_steal_clock, xen_steal_clock); in xen_time_setup_guest()
|
| /linux/include/linux/ |
| A D | static_call.h | 152 #define static_call_update(name, func) \ macro
|
| /linux/kernel/sched/ |
| A D | core.c | 6577 static_call_update(cond_resched, __cond_resched); in sched_dynamic_update() 6578 static_call_update(might_resched, __cond_resched); in sched_dynamic_update() 6585 static_call_update(cond_resched, __cond_resched); in sched_dynamic_update() 6587 static_call_update(preempt_schedule, NULL); in sched_dynamic_update() 6588 static_call_update(preempt_schedule_notrace, NULL); in sched_dynamic_update() 6589 static_call_update(irqentry_exit_cond_resched, NULL); in sched_dynamic_update() 6594 static_call_update(cond_resched, __cond_resched); in sched_dynamic_update() 6595 static_call_update(might_resched, __cond_resched); in sched_dynamic_update() 6596 static_call_update(preempt_schedule, NULL); in sched_dynamic_update() 6597 static_call_update(preempt_schedule_notrace, NULL); in sched_dynamic_update() [all …]
|
| /linux/arch/x86/kernel/ |
| A D | paravirt.c | 148 static_call_update(pv_sched_clock, func); in paravirt_set_sched_clock()
|
| A D | kvm.c | 761 static_call_update(pv_steal_clock, kvm_steal_clock); in kvm_guest_init()
|
| /linux/arch/x86/kernel/cpu/ |
| A D | vmware.c | 344 static_call_update(pv_steal_clock, vmware_steal_clock); in vmware_paravirt_ops_setup()
|
| /linux/arch/x86/xen/ |
| A D | time.c | 526 static_call_update(pv_steal_clock, xen_steal_clock); in xen_init_time_common()
|
| /linux/kernel/ |
| A D | static_call.c | 539 static_call_update(sc_selftest, scd->func); in test_static_call_init()
|
| /linux/arch/x86/crypto/ |
| A D | aesni-intel_glue.c | 1163 static_call_update(aesni_ctr_enc_tfm, aesni_ctr_enc_avx_tfm); in aesni_init()
|
| /linux/arch/x86/include/asm/ |
| A D | kvm_host.h | 1547 static_call_update(kvm_x86_##func, kvm_x86_ops.func); in kvm_ops_static_call_update()
|
| /linux/arch/x86/events/intel/ |
| A D | core.c | 6351 static_call_update(perf_snapshot_branch_stack, in intel_pmu_init() 6354 static_call_update(perf_snapshot_branch_stack, in intel_pmu_init()
|
Completed in 56 milliseconds