Home
last modified time | relevance | path

Searched refs:jit_requested (Results 1 – 13 of 13) sorted by relevance

/linux/arch/parisc/net/
H A Dbpf_jit_core.c53 if (!prog->jit_requested) in bpf_int_jit_compile()
/linux/arch/mips/net/
H A Dbpf_jit_comp.c927 if (!prog->jit_requested) in bpf_int_jit_compile()
/linux/kernel/bpf/
H A Dverifier.c3057 if (!env->prog->jit_requested) { in add_kfunc_call()
6308 if (env->prog->jit_requested) in round_up_stack_depth()
9527 return env->prog->jit_requested && in allow_tail_call_in_subprogs()
16786 return env->prog->jit_requested && bpf_jit_supports_percpu_insn(); in verifier_inlines_helper_call()
19585 if (!env->prog->jit_requested) { in check_map_prog_compatibility()
20697 func[i]->jit_requested = 1; in jit_subprogs()
20846 prog->jit_requested = 0; in jit_subprogs()
20868 if (env->prog->jit_requested && in fixup_call_args()
21451 prog->jit_requested && in do_misc_fixups()
21580 if (prog->jit_requested && BITS_PER_LONG == 64 && in do_misc_fixups()
[all …]
H A Dcore.c123 fp->jit_requested = ebpf_jit_enabled(); in bpf_prog_alloc_no_stats()
170 if (!prog->aux->nr_linfo || !prog->jit_requested) in bpf_prog_alloc_jited_linfo()
/linux/arch/loongarch/net/
H A Dbpf_jit.c1195 if (!prog->jit_requested) in bpf_int_jit_compile()
/linux/include/linux/
H A Dfilter.h1302 if (!prog->jit_requested) in bpf_jit_blinding_enabled()
H A Dbpf.h1603 jit_requested:1,/* archs need to JIT the prog */ member
/linux/arch/sparc/net/
H A Dbpf_jit_comp_64.c1492 if (!prog->jit_requested) in bpf_int_jit_compile()
/linux/arch/x86/net/
H A Dbpf_jit_comp32.c2533 if (!prog->jit_requested) in bpf_int_jit_compile()
H A Dbpf_jit_comp.c3438 if (!prog->jit_requested) in bpf_int_jit_compile()
/linux/arch/arm/net/
H A Dbpf_jit_32.c2158 if (!prog->jit_requested) in bpf_int_jit_compile()
/linux/arch/s390/net/
H A Dbpf_jit_comp.c2269 if (!fp->jit_requested) in bpf_int_jit_compile()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c1758 if (!prog->jit_requested) in bpf_int_jit_compile()