Home
last modified time | relevance | path

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

/linux/security/keys/trusted-keys/
A 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/arch/x86/events/
A Dcore.c2006 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 Dparavirt.c158 static_call_update(pv_steal_clock, para_steal_clock); in pv_time_init()
/linux/drivers/xen/
A Dtime.c179 static_call_update(pv_steal_clock, xen_steal_clock); in xen_time_setup_guest()
/linux/include/linux/
A Dstatic_call.h152 #define static_call_update(name, func) \ macro
/linux/kernel/sched/
A Dcore.c6577 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 Dparavirt.c148 static_call_update(pv_sched_clock, func); in paravirt_set_sched_clock()
A Dkvm.c761 static_call_update(pv_steal_clock, kvm_steal_clock); in kvm_guest_init()
/linux/arch/x86/kernel/cpu/
A Dvmware.c344 static_call_update(pv_steal_clock, vmware_steal_clock); in vmware_paravirt_ops_setup()
/linux/arch/x86/xen/
A Dtime.c526 static_call_update(pv_steal_clock, xen_steal_clock); in xen_init_time_common()
/linux/kernel/
A Dstatic_call.c539 static_call_update(sc_selftest, scd->func); in test_static_call_init()
/linux/arch/x86/crypto/
A Daesni-intel_glue.c1163 static_call_update(aesni_ctr_enc_tfm, aesni_ctr_enc_avx_tfm); in aesni_init()
/linux/arch/x86/include/asm/
A Dkvm_host.h1547 static_call_update(kvm_x86_##func, kvm_x86_ops.func); in kvm_ops_static_call_update()
/linux/arch/x86/events/intel/
A Dcore.c6351 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