Home
last modified time | relevance | path

Searched refs:static_call_query (Results 1 – 3 of 3) 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/kernel/
H A Dearly_printk.c150 if (static_call_query(serial_in) == io_serial_in) in early_serial_hw_init()
/linux/kernel/bpf/
H A Dfixups.c2290 insn_buf[4] = BPF_EMIT_CALL(static_call_query(perf_snapshot_branch_stack)); in bpf_do_misc_fixups()