Home
last modified time | relevance | path

Searched refs:static_call_update (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.15/security/keys/trusted-keys/
Dtrusted_core.c325 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-v5.15/arch/x86/events/
Dcore.c2002 static_call_update(x86_pmu_handle_irq, x86_pmu.handle_irq); in x86_pmu_static_call_update()
2003 static_call_update(x86_pmu_disable_all, x86_pmu.disable_all); in x86_pmu_static_call_update()
2004 static_call_update(x86_pmu_enable_all, x86_pmu.enable_all); in x86_pmu_static_call_update()
2005 static_call_update(x86_pmu_enable, x86_pmu.enable); in x86_pmu_static_call_update()
2006 static_call_update(x86_pmu_disable, x86_pmu.disable); in x86_pmu_static_call_update()
2008 static_call_update(x86_pmu_add, x86_pmu.add); in x86_pmu_static_call_update()
2009 static_call_update(x86_pmu_del, x86_pmu.del); in x86_pmu_static_call_update()
2010 static_call_update(x86_pmu_read, x86_pmu.read); in x86_pmu_static_call_update()
2012 static_call_update(x86_pmu_schedule_events, x86_pmu.schedule_events); in x86_pmu_static_call_update()
2013 static_call_update(x86_pmu_get_event_constraints, x86_pmu.get_event_constraints); in x86_pmu_static_call_update()
[all …]
/Linux-v5.15/arch/arm64/kernel/
Dparavirt.c158 static_call_update(pv_steal_clock, para_steal_clock); in pv_time_init()
/Linux-v5.15/drivers/xen/
Dtime.c179 static_call_update(pv_steal_clock, xen_steal_clock); in xen_time_setup_guest()
/Linux-v5.15/include/linux/
Dstatic_call.h152 #define static_call_update(name, func) \ macro
/Linux-v5.15/kernel/sched/
Dcore.c6616 static_call_update(cond_resched, __cond_resched); in sched_dynamic_update()
6617 static_call_update(might_resched, __cond_resched); in sched_dynamic_update()
6618 static_call_update(preempt_schedule, __preempt_schedule_func); in sched_dynamic_update()
6619 static_call_update(preempt_schedule_notrace, __preempt_schedule_notrace_func); in sched_dynamic_update()
6620 static_call_update(irqentry_exit_cond_resched, irqentry_exit_cond_resched); in sched_dynamic_update()
6624 static_call_update(cond_resched, __cond_resched); in sched_dynamic_update()
6625 static_call_update(might_resched, (void *)&__static_call_return0); in sched_dynamic_update()
6626 static_call_update(preempt_schedule, NULL); in sched_dynamic_update()
6627 static_call_update(preempt_schedule_notrace, NULL); in sched_dynamic_update()
6628 static_call_update(irqentry_exit_cond_resched, NULL); in sched_dynamic_update()
[all …]
/Linux-v5.15/arch/x86/kernel/
Dparavirt.c137 static_call_update(pv_sched_clock, func); in paravirt_set_sched_clock()
Dkvm.c707 static_call_update(pv_steal_clock, kvm_steal_clock); in kvm_guest_init()
/Linux-v5.15/arch/x86/kernel/cpu/
Dvmware.c344 static_call_update(pv_steal_clock, vmware_steal_clock); in vmware_paravirt_ops_setup()
/Linux-v5.15/arch/x86/xen/
Dtime.c526 static_call_update(pv_steal_clock, xen_steal_clock); in xen_init_time_common()
/Linux-v5.15/kernel/
Dstatic_call.c539 static_call_update(sc_selftest, scd->func); in test_static_call_init()
/Linux-v5.15/arch/x86/crypto/
Daesni-intel_glue.c1163 static_call_update(aesni_ctr_enc_tfm, aesni_ctr_enc_avx_tfm); in aesni_init()
/Linux-v5.15/arch/x86/include/asm/
Dkvm_host.h1535 static_call_update(kvm_x86_##func, kvm_x86_ops.func); in kvm_ops_static_call_update()