Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dstatic_call.h159 #define static_call_query(name) (READ_ONCE(STATIC_CALL_KEY(name).func)) macro
/linux/arch/x86/xen/
H A Denlighten.c85 if (static_call_query(xen_hypercall) != xen_hypercall_hvm) in xen_hypercall_setfunc()
/linux/arch/x86/kernel/
H A Dearly_printk.c150 if (static_call_query(serial_in) == io_serial_in) in early_serial_hw_init()
H A Dprocess.c778 return !!static_call_query(x86_idle); in x86_idle_set()
H A Dtsc.c279 return static_call_query(pv_sched_clock) == native_sched_clock; in using_native_sched_clock()
/linux/kernel/bpf/
H A Dverifier.c24222 insn_buf[4] = BPF_EMIT_CALL(static_call_query(perf_snapshot_branch_stack)); in do_misc_fixups()