Home
last modified time | relevance | path

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

/linux-6.8/include/linux/
Dfilter.h957 bool bpf_jit_supports_exceptions(void);
/linux-6.8/arch/x86/net/
Dbpf_jit_comp.c3174 bool bpf_jit_supports_exceptions(void) in bpf_jit_supports_exceptions() function
/linux-6.8/kernel/bpf/
Dcore.c2953 bool __weak bpf_jit_supports_exceptions(void) in bpf_jit_supports_exceptions() function
Dverifier.c12096 if (!bpf_jit_supports_exceptions()) { in check_kfunc_call()