Searched refs:DECLARE_STATIC_CALL (Results 1 - 17 of 17) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Dparavirt.h14 DECLARE_STATIC_CALL(pv_steal_clock, dummy_steal_clock);
/linux-master/arch/arm/include/asm/
H A Dparavirt.h14 DECLARE_STATIC_CALL(pv_steal_clock, dummy_steal_clock);
/linux-master/arch/riscv/include/asm/
H A Dparavirt.h14 DECLARE_STATIC_CALL(pv_steal_clock, dummy_steal_clock);
/linux-master/include/linux/
H A Dstatic_call.h17 * DECLARE_STATIC_CALL(name, func);
186 DECLARE_STATIC_CALL(name, _func); \
194 DECLARE_STATIC_CALL(name, _func); \
202 DECLARE_STATIC_CALL(name, _func); \
231 DECLARE_STATIC_CALL(name, _func); \
238 DECLARE_STATIC_CALL(name, _func); \
245 DECLARE_STATIC_CALL(name, _func); \
292 DECLARE_STATIC_CALL(name, _func); \
H A Dstatic_call_types.h37 #define DECLARE_STATIC_CALL(name, func) \ macro
H A Dentry-common.h509 DECLARE_STATIC_CALL(irqentry_exit_cond_resched, raw_irqentry_exit_cond_resched);
H A Dkernel.h69 DECLARE_STATIC_CALL(might_resched, __cond_resched);
H A Dperf_event.h1521 DECLARE_STATIC_CALL(__perf_guest_state, *perf_guest_cbs->state);
1522 DECLARE_STATIC_CALL(__perf_guest_get_ip, *perf_guest_cbs->get_ip);
1523 DECLARE_STATIC_CALL(__perf_guest_handle_intel_pt_intr, *perf_guest_cbs->handle_intel_pt_intr);
1925 DECLARE_STATIC_CALL(perf_snapshot_branch_stack, perf_snapshot_branch_stack_t);
H A Dtracepoint.h254 DECLARE_STATIC_CALL(tp_func_##name, __traceiter_##name); \
H A Dsched.h1984 DECLARE_STATIC_CALL(cond_resched, __cond_resched);
/linux-master/arch/x86/include/asm/
H A Dpreempt.h122 DECLARE_STATIC_CALL(preempt_schedule, preempt_schedule_dynamic_enabled);
130 DECLARE_STATIC_CALL(preempt_schedule_notrace, preempt_schedule_notrace_dynamic_enabled);
H A Dparavirt.h28 DECLARE_STATIC_CALL(pv_steal_clock, dummy_steal_clock);
29 DECLARE_STATIC_CALL(pv_sched_clock, dummy_sched_clock);
H A Dperf_event.h616 DECLARE_STATIC_CALL(perf_lopwr_cb, perf_amd_brs_lopwr_cb);
H A Dapic.h384 DECLARE_STATIC_CALL(apic_call_##__cb, *apic->__cb)
H A Dkvm_host.h1856 DECLARE_STATIC_CALL(kvm_x86_##func, *(((struct kvm_x86_ops *)0)->func));
/linux-master/tools/include/linux/
H A Dstatic_call_types.h37 #define DECLARE_STATIC_CALL(name, func) \ macro
/linux-master/arch/x86/events/
H A Dperf_event.h1068 DECLARE_STATIC_CALL(x86_pmu_set_period, *x86_pmu.set_period);
1069 DECLARE_STATIC_CALL(x86_pmu_update, *x86_pmu.update);

Completed in 244 milliseconds