Symbol: static_call_update
arch/arm64/kernel/paravirt.c
158
static_call_update(pv_steal_clock, para_steal_clock);
arch/loongarch/kernel/paravirt.c
309
static_call_update(pv_steal_clock, paravt_steal_clock);
arch/powerpc/kernel/irq.c
333
static_call_update(ppc_get_irq, ppc_md.get_irq);
arch/riscv/kernel/paravirt.c
117
static_call_update(pv_steal_clock, pv_time_steal_clock);
arch/x86/events/amd/brs.c
431
static_call_update(perf_lopwr_cb, perf_amd_brs_lopwr_cb);
arch/x86/events/amd/core.c
1455
static_call_update(amd_pmu_test_overflow, amd_pmu_test_overflow_status);
arch/x86/events/amd/core.c
1494
static_call_update(amd_pmu_branch_hw_config, amd_pmu_lbr_hw_config);
arch/x86/events/amd/core.c
1495
static_call_update(amd_pmu_branch_reset, amd_pmu_lbr_reset);
arch/x86/events/amd/core.c
1496
static_call_update(amd_pmu_branch_add, amd_pmu_lbr_add);
arch/x86/events/amd/core.c
1497
static_call_update(amd_pmu_branch_del, amd_pmu_lbr_del);
arch/x86/events/amd/core.c
1501
static_call_update(perf_snapshot_branch_stack, amd_pmu_v2_snapshot_branch_stack);
arch/x86/events/amd/core.c
1510
static_call_update(amd_pmu_branch_hw_config, amd_brs_hw_config);
arch/x86/events/amd/core.c
1511
static_call_update(amd_pmu_branch_reset, amd_brs_reset);
arch/x86/events/amd/core.c
1512
static_call_update(amd_pmu_branch_add, amd_pmu_brs_add);
arch/x86/events/amd/core.c
1513
static_call_update(amd_pmu_branch_del, amd_pmu_brs_del);
arch/x86/events/core.c
2075
static_call_update(x86_pmu_handle_irq, x86_pmu.handle_irq);
arch/x86/events/core.c
2076
static_call_update(x86_pmu_disable_all, x86_pmu.disable_all);
arch/x86/events/core.c
2077
static_call_update(x86_pmu_enable_all, x86_pmu.enable_all);
arch/x86/events/core.c
2078
static_call_update(x86_pmu_enable, x86_pmu.enable);
arch/x86/events/core.c
2079
static_call_update(x86_pmu_disable, x86_pmu.disable);
arch/x86/events/core.c
2081
static_call_update(x86_pmu_assign, x86_pmu.assign);
arch/x86/events/core.c
2083
static_call_update(x86_pmu_add, x86_pmu.add);
arch/x86/events/core.c
2084
static_call_update(x86_pmu_del, x86_pmu.del);
arch/x86/events/core.c
2085
static_call_update(x86_pmu_read, x86_pmu.read);
arch/x86/events/core.c
2087
static_call_update(x86_pmu_set_period, x86_pmu.set_period);
arch/x86/events/core.c
2088
static_call_update(x86_pmu_update, x86_pmu.update);
arch/x86/events/core.c
2089
static_call_update(x86_pmu_limit_period, x86_pmu.limit_period);
arch/x86/events/core.c
2091
static_call_update(x86_pmu_schedule_events, x86_pmu.schedule_events);
arch/x86/events/core.c
2092
static_call_update(x86_pmu_get_event_constraints, x86_pmu.get_event_constraints);
arch/x86/events/core.c
2093
static_call_update(x86_pmu_put_event_constraints, x86_pmu.put_event_constraints);
arch/x86/events/core.c
2095
static_call_update(x86_pmu_start_scheduling, x86_pmu.start_scheduling);
arch/x86/events/core.c
2096
static_call_update(x86_pmu_commit_scheduling, x86_pmu.commit_scheduling);
arch/x86/events/core.c
2097
static_call_update(x86_pmu_stop_scheduling, x86_pmu.stop_scheduling);
arch/x86/events/core.c
2099
static_call_update(x86_pmu_sched_task, x86_pmu.sched_task);
arch/x86/events/core.c
2101
static_call_update(x86_pmu_drain_pebs, x86_pmu.drain_pebs);
arch/x86/events/core.c
2102
static_call_update(x86_pmu_pebs_aliases, x86_pmu.pebs_aliases);
arch/x86/events/core.c
2104
static_call_update(x86_pmu_guest_get_msrs, x86_pmu.guest_get_msrs);
arch/x86/events/core.c
2105
static_call_update(x86_pmu_filter, x86_pmu.filter);
arch/x86/events/core.c
2107
static_call_update(x86_pmu_late_setup, x86_pmu.late_setup);
arch/x86/events/core.c
2109
static_call_update(x86_pmu_pebs_enable, x86_pmu.pebs_enable);
arch/x86/events/core.c
2110
static_call_update(x86_pmu_pebs_disable, x86_pmu.pebs_disable);
arch/x86/events/core.c
2111
static_call_update(x86_pmu_pebs_enable_all, x86_pmu.pebs_enable_all);
arch/x86/events/core.c
2112
static_call_update(x86_pmu_pebs_disable_all, x86_pmu.pebs_disable_all);
arch/x86/events/intel/core.c
7733
static_call_update(intel_pmu_update_topdown_event,
arch/x86/events/intel/core.c
7735
static_call_update(intel_pmu_set_topdown_event_period,
arch/x86/events/intel/core.c
7808
static_call_update(intel_pmu_enable_acr_event, intel_pmu_enable_acr);
arch/x86/events/intel/core.c
7824
static_call_update(intel_pmu_enable_acr_event, intel_pmu_enable_acr);
arch/x86/events/intel/core.c
7856
static_call_update(intel_pmu_enable_acr_event, intel_pmu_enable_acr);
arch/x86/events/intel/core.c
8492
static_call_update(intel_pmu_update_topdown_event,
arch/x86/events/intel/core.c
8494
static_call_update(intel_pmu_set_topdown_event_period,
arch/x86/events/intel/core.c
8820
static_call_update(intel_pmu_disable_event_ext,
arch/x86/events/intel/core.c
8822
static_call_update(intel_pmu_enable_event_ext,
arch/x86/events/intel/core.c
8858
static_call_update(perf_snapshot_branch_stack,
arch/x86/events/intel/core.c
8861
static_call_update(perf_snapshot_branch_stack,
arch/x86/hyperv/hv_init.c
69
static_call_update(__hv_hypercall, (hv_hypercall_f)ptr);
arch/x86/hyperv/hv_vtl.c
294
static_call_update(__mshv_vtl_return_hypercall,
arch/x86/include/asm/apic.h
375
static_call_update(apic_call_##_callback, _fn); \
arch/x86/kernel/apic/init.c
62
static_call_update(apic_call_##__cb, *apic->__cb)
arch/x86/kernel/cpu/bugs.c
2354
static_call_update(bpf_arch_pred_flush, bpf_arch_ibpb);
arch/x86/kernel/cpu/mshyperv.c
338
#define hypercall_update(hc) static_call_update(hv_hypercall, hc)
arch/x86/kernel/cpu/vmware.c
355
static_call_update(pv_steal_clock, vmware_steal_clock);
arch/x86/kernel/early_printk.c
233
static_call_update(serial_in, mem32_serial_in);
arch/x86/kernel/early_printk.c
234
static_call_update(serial_out, mem32_serial_out);
arch/x86/kernel/early_printk.c
331
static_call_update(serial_in, mem32_serial_in);
arch/x86/kernel/early_printk.c
332
static_call_update(serial_out, mem32_serial_out);
arch/x86/kernel/kvm.c
838
static_call_update(pv_steal_clock, kvm_steal_clock);
arch/x86/kernel/process.c
814
static_call_update(x86_idle, default_idle);
arch/x86/kernel/process.c
952
static_call_update(x86_idle, mwait_idle);
arch/x86/kernel/process.c
955
static_call_update(x86_idle, tdx_halt);
arch/x86/kernel/process.c
957
static_call_update(x86_idle, default_idle);
arch/x86/kernel/tsc.c
284
static_call_update(pv_sched_clock, func);
arch/x86/kvm/pmu.c
110
static_call_update(kvm_x86_pmu_##func, kvm_pmu_ops.func);
arch/x86/kvm/pmu.c
115
static_call_update(kvm_x86_pmu_##func, (void *)kvm_pmu_ops.func ? : \
arch/x86/kvm/x86.c
10022
static_call_update(kvm_x86_##func, kvm_x86_ops.func);
arch/x86/kvm/x86.c
10027
static_call_update(kvm_x86_##func, (void *)kvm_x86_ops.func ? : \
arch/x86/xen/enlighten.c
91
static_call_update(xen_hypercall, xen_hypercall_amd);
arch/x86/xen/enlighten.c
93
static_call_update(xen_hypercall, xen_hypercall_intel);
arch/x86/xen/time.c
569
static_call_update(pv_steal_clock, xen_steal_clock);
drivers/cpufreq/amd-pstate.c
2286
static_call_update(amd_pstate_cppc_enable, shmem_cppc_enable);
drivers/cpufreq/amd-pstate.c
2287
static_call_update(amd_pstate_init_perf, shmem_init_perf);
drivers/cpufreq/amd-pstate.c
2288
static_call_update(amd_pstate_update_perf, shmem_update_perf);
drivers/cpufreq/amd-pstate.c
2289
static_call_update(amd_pstate_get_epp, shmem_get_epp);
drivers/cpufreq/amd-pstate.c
2290
static_call_update(amd_pstate_set_epp, shmem_set_epp);
drivers/net/ethernet/intel/libeth/tx.c
38
static_call_update(bulk, ops ? ops->bulk : NULL);
drivers/net/ethernet/intel/libeth/tx.c
39
static_call_update(xsk, ops ? ops->xsk : NULL);
drivers/xen/time.c
170
static_call_update(pv_steal_clock, xen_steal_clock);
kernel/events/core.c
7750
static_call_update(__perf_guest_state, cbs->state);
kernel/events/core.c
7751
static_call_update(__perf_guest_get_ip, cbs->get_ip);
kernel/events/core.c
7755
static_call_update(__perf_guest_handle_intel_pt_intr,
kernel/events/core.c
7759
static_call_update(__perf_guest_handle_mediated_pmi,
kernel/events/core.c
7770
static_call_update(__perf_guest_state, (void *)&__static_call_return0);
kernel/events/core.c
7771
static_call_update(__perf_guest_get_ip, (void *)&__static_call_return0);
kernel/events/core.c
7772
static_call_update(__perf_guest_handle_intel_pt_intr, (void *)&__static_call_return0);
kernel/events/core.c
7773
static_call_update(__perf_guest_handle_mediated_pmi, (void *)&__static_call_return0);
kernel/sched/core.c
7940
# define preempt_dynamic_enable(f) static_call_update(f, f##_dynamic_enabled)
kernel/sched/core.c
7941
# define preempt_dynamic_disable(f) static_call_update(f, f##_dynamic_disabled)
kernel/static_call_inline.c
557
static_call_update(sc_selftest, scd->func);
kernel/trace/fgraph.c
1229
static_call_update(fgraph_func, gops->entryfunc);
kernel/trace/fgraph.c
1310
static_call_update(fgraph_func, func);
kernel/trace/fgraph.c
1311
static_call_update(fgraph_retfunc, retfunc);
kernel/trace/fgraph.c
1323
static_call_update(fgraph_func, ftrace_graph_entry_stub);
kernel/trace/fgraph.c
1324
static_call_update(fgraph_retfunc, ftrace_graph_ret_stub);
lib/crc/x86/crc-t10dif.h
28
static_call_update(crc16_msb_pclmul,
lib/crc/x86/crc-t10dif.h
31
static_call_update(crc16_msb_pclmul,
lib/crc/x86/crc32.h
117
static_call_update(crc32_lsb_pclmul,
lib/crc/x86/crc32.h
121
static_call_update(crc32_lsb_pclmul,
lib/crc/x86/crc64.h
36
static_call_update(crc64_msb_pclmul,
lib/crc/x86/crc64.h
38
static_call_update(crc64_lsb_pclmul,
lib/crc/x86/crc64.h
41
static_call_update(crc64_msb_pclmul,
lib/crc/x86/crc64.h
43
static_call_update(crc64_lsb_pclmul,
lib/crypto/x86/sha1.h
61
static_call_update(sha1_blocks_x86, sha1_blocks_ni);
lib/crypto/x86/sha1.h
68
static_call_update(sha1_blocks_x86, sha1_blocks_avx2);
lib/crypto/x86/sha1.h
70
static_call_update(sha1_blocks_x86, sha1_blocks_avx);
lib/crypto/x86/sha1.h
72
static_call_update(sha1_blocks_x86, sha1_blocks_ssse3);
lib/crypto/x86/sha256.h
101
static_call_update(sha256_blocks_x86, sha256_blocks_ni);
lib/crypto/x86/sha256.h
106
static_call_update(sha256_blocks_x86, sha256_blocks_phe);
lib/crypto/x86/sha256.h
112
static_call_update(sha256_blocks_x86,
lib/crypto/x86/sha256.h
115
static_call_update(sha256_blocks_x86,
lib/crypto/x86/sha256.h
118
static_call_update(sha256_blocks_x86, sha256_blocks_ssse3);
lib/crypto/x86/sha512.h
44
static_call_update(sha512_blocks_x86,
lib/crypto/x86/sha512.h
47
static_call_update(sha512_blocks_x86,
lib/crypto/x86/sha512.h
50
static_call_update(sha512_blocks_x86, sha512_blocks_ssse3);
lib/crypto/x86/sm3.h
38
static_call_update(sm3_blocks_x86, sm3_blocks_avx);
lib/raid/raid6/algos.c
196
static_call_update(raid6_gen_syndrome_impl, best->gen_syndrome);
lib/raid/raid6/algos.c
197
static_call_update(raid6_xor_syndrome_impl, best->xor_syndrome);
lib/raid/raid6/algos.c
242
static_call_update(raid6_gen_syndrome_impl,
lib/raid/raid6/algos.c
244
static_call_update(raid6_xor_syndrome_impl,
lib/raid/raid6/algos.c
328
static_call_update(raid6_recov_2data_impl, raid6_recov_algo->data2);
lib/raid/raid6/algos.c
329
static_call_update(raid6_recov_datap_impl, raid6_recov_algo->datap);
lib/raid/xor/xor-core.c
132
static_call_update(xor_gen_impl, fastest->xor_gen);
lib/raid/xor/xor-core.c
163
static_call_update(xor_gen_impl, forced_template->xor_gen);
lib/raid/xor/xor-core.c
174
static_call_update(xor_gen_impl, template_list->xor_gen);
net/ipv4/udp_offload.c
134
static_call_update(udp_tunnel_gro_rcv,
net/ipv4/udp_offload.c
139
static_call_update(udp_tunnel_gro_rcv, dummy_gro_rcv);
security/keys/trusted-keys/trusted_core.c
378
static_call_update(trusted_key_seal, trusted_key_sources[i].ops->seal);
security/keys/trusted-keys/trusted_core.c
379
static_call_update(trusted_key_unseal, trusted_key_sources[i].ops->unseal);
security/keys/trusted-keys/trusted_core.c
380
static_call_update(trusted_key_get_random, get_random);