Home
last modified time | relevance | path

Searched refs:static_call_query (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/include/linux/
H A Dstatic_call.h159 #define static_call_query(name) (READ_ONCE(STATIC_CALL_KEY(name).func)) macro
/linux-6.15/arch/x86/xen/
H A Denlighten.c85 if (static_call_query(xen_hypercall) != xen_hypercall_hvm) in xen_hypercall_setfunc()
/linux-6.15/arch/x86/kernel/
H A Dprocess.c759 return !!static_call_query(x86_idle); in x86_idle_set()
H A Dtsc.c275 return static_call_query(pv_sched_clock) == native_sched_clock; in using_native_sched_clock()
/linux-6.15/kernel/bpf/
H A Dverifier.c22324 insn_buf[4] = BPF_EMIT_CALL(static_call_query(perf_snapshot_branch_stack)); in do_misc_fixups()