/linux-6.12.1/arch/x86/include/asm/ |
D | apic.h | 400 return static_call(apic_call_read)(reg); in apic_read() 405 static_call(apic_call_write)(reg, val); in apic_write() 410 static_call(apic_call_eoi)(); in apic_eoi() 415 static_call(apic_call_native_eoi)(); in apic_native_eoi() 420 return static_call(apic_call_icr_read)(); in apic_icr_read() 425 static_call(apic_call_icr_write)(low, high); in apic_icr_write() 430 static_call(apic_call_send_IPI)(cpu, vector); in __apic_send_IPI() 440 static_call(apic_call_send_IPI_mask_allbutself)(mask, vector); in __apic_send_IPI_mask_allbutself() 445 static_call(apic_call_send_IPI_allbutself)(vector); in __apic_send_IPI_allbutself() 450 static_call(apic_call_send_IPI_all)(vector); in __apic_send_IPI_all()
|
D | paravirt.h | 35 return static_call(pv_sched_clock)(); in paravirt_sched_clock() 49 return static_call(pv_steal_clock)(cpu); in paravirt_steal_clock()
|
/linux-6.12.1/include/linux/ |
D | static_call_types.h | 90 #define static_call(name) __static_call(name) macro 98 #define static_call(name) \ macro
|
D | entry-common.h | 510 #define irqentry_exit_cond_resched() static_call(irqentry_exit_cond_resched)()
|
D | perf_event.h | 1539 return static_call(__perf_guest_state)(); in perf_guest_state() 1543 return static_call(__perf_guest_get_ip)(); in perf_guest_get_ip() 1547 return static_call(__perf_guest_handle_intel_pt_intr)(); in perf_guest_handle_intel_pt_intr()
|
D | tracepoint.h | 192 static_call(tp_func_##name)(__data, args); \
|
/linux-6.12.1/tools/include/linux/ |
D | static_call_types.h | 90 #define static_call(name) __static_call(name) macro 98 #define static_call(name) \ macro
|
/linux-6.12.1/security/keys/trusted-keys/ |
D | trusted_core.c | 185 ret = static_call(trusted_key_unseal)(payload, datablob); in trusted_instantiate() 192 ret = static_call(trusted_key_get_random)(payload->key, in trusted_instantiate() 203 ret = static_call(trusted_key_seal)(payload, datablob); in trusted_instantiate() 272 ret = static_call(trusted_key_seal)(new_p, datablob); in trusted_update()
|
/linux-6.12.1/tools/objtool/ |
D | builtin-check.c | 81 OPT_BOOLEAN('t', "static-call", &opts.static_call, "annotate static calls"), 144 opts.static_call || in opts_valid()
|
/linux-6.12.1/arch/arm/include/asm/ |
D | paravirt.h | 18 return static_call(pv_steal_clock)(cpu); in paravirt_steal_clock()
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | paravirt.h | 18 return static_call(pv_steal_clock)(cpu); in paravirt_steal_clock()
|
/linux-6.12.1/arch/riscv/include/asm/ |
D | paravirt.h | 18 return static_call(pv_steal_clock)(cpu); in paravirt_steal_clock()
|
/linux-6.12.1/arch/loongarch/include/asm/ |
D | paravirt.h | 17 return static_call(pv_steal_clock)(cpu); in paravirt_steal_clock()
|
/linux-6.12.1/tools/objtool/include/objtool/ |
D | builtin.h | 25 bool static_call; member
|
/linux-6.12.1/arch/x86/events/ |
D | core.c | 707 return static_call(x86_pmu_guest_get_msrs)(nr, data); in perf_guest_get_msrs() 738 static_call(x86_pmu_disable_all)(); in x86_pmu_disable() 1019 c = static_call(x86_pmu_get_event_constraints)(cpuc, i, cpuc->event_list[i]); in x86_schedule_events() 1359 static_call(x86_pmu_enable_all)(added); in x86_pmu_enable() 1469 ret = static_call(x86_pmu_schedule_events)(cpuc, n, assign); in x86_pmu_add() 1511 static_call(x86_pmu_set_period)(event); in x86_pmu_start() 1518 static_call(x86_pmu_enable)(event); in x86_pmu_start() 1593 static_call(x86_pmu_disable)(event); in x86_pmu_stop() 1605 static_call(x86_pmu_update)(event); in x86_pmu_stop() 1696 val = static_call(x86_pmu_update)(event); in x86_pmu_handle_irq() [all …]
|
/linux-6.12.1/arch/x86/events/amd/ |
D | core.c | 383 return static_call(amd_pmu_branch_hw_config)(event); in amd_core_hw_config() 560 static_call(amd_pmu_branch_reset)(); in amd_pmu_cpu_reset() 713 if (!static_call(amd_pmu_test_overflow)(idx)) in amd_pmu_wait_on_overflow() 836 static_call(amd_pmu_branch_add)(event); in amd_pmu_add_event() 844 static_call(amd_pmu_branch_del)(event); in amd_pmu_del_event()
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | irq.c | 242 irq = static_call(ppc_get_irq)(); in __do_irq()
|
D | Makefile | 133 obj-$(CONFIG_PPC32) += entry_32.o setup_32.o early_32.o static_call.o
|
/linux-6.12.1/kernel/ |
D | Makefile | 116 obj-$(CONFIG_HAVE_STATIC_CALL) += static_call.o
|
D | static_call_inline.c | 560 WARN_ON(static_call(sc_selftest)(scd->val) != scd->expect); in test_static_call_init()
|
/linux-6.12.1/arch/x86/kernel/ |
D | Makefile | 74 obj-y += static_call.o
|
D | process.c | 779 static_call(x86_idle)(); in arch_cpu_idle()
|
/linux-6.12.1/kernel/trace/ |
D | fgraph.c | 634 if (static_call(fgraph_func)(&trace, fgraph_direct_gops)) in function_graph_enter() 800 static_call(fgraph_retfunc)(&trace, fgraph_direct_gops); in __ftrace_return_to_handler()
|
/linux-6.12.1/drivers/cpufreq/ |
D | amd-pstate.c | 252 static_call(amd_pstate_update_perf)(cpudata, min_perf, des_perf, in amd_pstate_update_perf() 366 return static_call(amd_pstate_enable)(enable); in amd_pstate_enable() 427 return static_call(amd_pstate_init_perf)(cpudata); in amd_pstate_init_perf()
|
/linux-6.12.1/arch/x86/events/intel/ |
D | core.c | 2421 static_call(x86_pmu_update)(event); in intel_pmu_nhm_workaround() 2436 static_call(x86_pmu_set_period)(event); in intel_pmu_nhm_workaround() 2788 static_call(intel_pmu_update_topdown_event)(event); in intel_pmu_read_topdown_event() 2902 static_call(x86_pmu_update)(event); in intel_pmu_save_and_restart() 2914 return static_call(x86_pmu_set_period)(event); in intel_pmu_save_and_restart() 2920 return static_call(intel_pmu_set_topdown_event_period)(event); in intel_pmu_set_period() 2928 return static_call(intel_pmu_update_topdown_event)(event); in intel_pmu_update() 3094 static_call(intel_pmu_update_topdown_event)(NULL); in handle_pmi_common()
|