Lines Matching refs:jit_requested
3459 if (!env->prog->jit_requested) { in add_kfunc_call()
6725 if (env->prog->jit_requested) in round_up_stack_depth()
10171 return env->prog->jit_requested && in allow_tail_call_in_subprogs()
18337 return env->prog->jit_requested && bpf_jit_supports_percpu_insn(); in verifier_inlines_helper_call()
21714 if (!env->prog->jit_requested) { in check_map_prog_compatibility()
22926 func[i]->jit_requested = 1; in jit_subprogs()
23096 prog->jit_requested = 0; in jit_subprogs()
23118 if (env->prog->jit_requested && in fixup_call_args()
23790 prog->jit_requested && in do_misc_fixups()
23918 if (prog->jit_requested && BITS_PER_LONG == 64 && in do_misc_fixups()
24014 if (prog->jit_requested && BITS_PER_LONG == 64 && in do_misc_fixups()
24191 prog->jit_requested && BITS_PER_LONG == 64 && in do_misc_fixups()
24246 if (prog->jit_requested && BITS_PER_LONG == 64 && in do_misc_fixups()
24280 if (stack_depth > MAX_BPF_STACK && !prog->jit_requested) { in do_misc_fixups()
25030 if (!prog->jit_requested) { in bpf_check_attach_target()