Home
last modified time | relevance | path

Searched refs:bpf_get_raw_cpu_id (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dhelpers.c629 .func = bpf_get_raw_cpu_id,
H A Dcore.c2794 BPF_CALL_0(bpf_get_raw_cpu_id) in BPF_CALL_0() argument
/openbmc/linux/include/linux/
H A Dbpf.h3059 u64 bpf_get_raw_cpu_id(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5);
/openbmc/linux/net/core/
H A Dfilter.c445 *insn = BPF_EMIT_CALL(bpf_get_raw_cpu_id); in convert_bpf_extensions()