Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dfixups.c1167 func[i]->jit_requested = 1; in jit_subprogs()
1400 prog->jit_requested = 0; in bpf_jit_subprogs()
1426 if (env->prog->jit_requested && in bpf_fixup_call_args()
1937 prog->jit_requested && in bpf_do_misc_fixups()
2047 if (prog->jit_requested && BITS_PER_LONG == 64 && in bpf_do_misc_fixups()
2146 if (prog->jit_requested && BITS_PER_LONG == 64 && in bpf_do_misc_fixups()
2327 prog->jit_requested && BITS_PER_LONG == 64 && in bpf_do_misc_fixups()
2382 if (prog->jit_requested && BITS_PER_LONG == 64 && in bpf_do_misc_fixups()
2416 if (stack_depth > MAX_BPF_STACK && !prog->jit_requested) { in bpf_do_misc_fixups()
H A Dcore.c128 fp->jit_requested = ebpf_jit_enabled(); in bpf_prog_alloc_no_stats()
181 if (!prog->aux->nr_linfo || !prog->jit_requested) in bpf_prog_alloc_jited_linfo()
H A Dverifier.c2814 if (!env->prog->jit_requested) { in bpf_add_kfunc_call()
5265 if (env->prog->jit_requested) in round_up_stack_depth()
8939 return env->prog->jit_requested && in bpf_allow_tail_call_in_subprogs()
17503 return env->prog->jit_requested && bpf_jit_supports_percpu_insn(); in bpf_verifier_inlines_helper_call()
18696 if (!env->prog->jit_requested) { in check_map_prog_compatibility()
19962 if (!prog->jit_requested) { in bpf_check_attach_target()
/linux/arch/riscv/net/
H A Dbpf_jit_core.c52 if (!prog->jit_requested) in bpf_int_jit_compile()
/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c186 if (!fp->jit_requested) in bpf_int_jit_compile()
/linux/include/linux/
H A Dfilter.h1461 if (!prog->jit_requested) in bpf_jit_blinding_enabled()
H A Dbpf.h1867 jit_requested:1,/* archs need to JIT the prog */ member
/linux/arch/loongarch/net/
H A Dbpf_jit.c2205 if (!prog->jit_requested) in bpf_int_jit_compile()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2173 if (!prog->jit_requested) in bpf_int_jit_compile()
/linux/arch/x86/net/
H A Dbpf_jit_comp.c3979 if (!prog->jit_requested) in bpf_int_jit_compile()