Home
last modified time | relevance | path

Searched refs:bpf_jit_supports_kfunc_call (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/parisc/net/
H A Dbpf_jit_comp64.c1206 bool bpf_jit_supports_kfunc_call(void) in bpf_jit_supports_kfunc_call() function
/openbmc/linux/include/linux/
H A Dfilter.h916 bool bpf_jit_supports_kfunc_call(void);
/openbmc/linux/arch/loongarch/net/
H A Dbpf_jit.c199 bool bpf_jit_supports_kfunc_call(void) in bpf_jit_supports_kfunc_call() function
/openbmc/linux/arch/s390/net/
H A Dbpf_jit_comp.c2000 bool bpf_jit_supports_kfunc_call(void) in bpf_jit_supports_kfunc_call() function
/openbmc/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c1867 bool bpf_jit_supports_kfunc_call(void) in bpf_jit_supports_kfunc_call() function
/openbmc/linux/arch/x86/net/
H A Dbpf_jit_comp32.c2621 bool bpf_jit_supports_kfunc_call(void) in bpf_jit_supports_kfunc_call() function
H A Dbpf_jit_comp.c2933 bool bpf_jit_supports_kfunc_call(void) in bpf_jit_supports_kfunc_call() function
/openbmc/linux/arch/arm64/net/
H A Dbpf_jit_comp.c1680 bool bpf_jit_supports_kfunc_call(void) in bpf_jit_supports_kfunc_call() function
/openbmc/linux/kernel/bpf/
H A Dcore.c2916 bool __weak bpf_jit_supports_kfunc_call(void) in bpf_jit_supports_kfunc_call() function
H A Dverifier.c2869 if (!bpf_jit_supports_kfunc_call()) { in add_kfunc_call()