Lines Matching refs:jit_requested
3157 if (!env->prog->jit_requested) { in add_kfunc_call()
6448 if (env->prog->jit_requested) in round_up_stack_depth()
9824 return env->prog->jit_requested && in allow_tail_call_in_subprogs()
17200 return env->prog->jit_requested && bpf_jit_supports_percpu_insn(); in verifier_inlines_helper_call()
20003 if (!env->prog->jit_requested) { in check_map_prog_compatibility()
21125 func[i]->jit_requested = 1; in jit_subprogs()
21275 prog->jit_requested = 0; in jit_subprogs()
21297 if (env->prog->jit_requested && in fixup_call_args()
21931 prog->jit_requested && in do_misc_fixups()
22060 if (prog->jit_requested && BITS_PER_LONG == 64 && in do_misc_fixups()
22156 if (prog->jit_requested && BITS_PER_LONG == 64 && in do_misc_fixups()
22293 prog->jit_requested && BITS_PER_LONG == 64 && in do_misc_fixups()
22348 if (prog->jit_requested && BITS_PER_LONG == 64 && in do_misc_fixups()
22382 if (stack_depth > MAX_BPF_STACK && !prog->jit_requested) { in do_misc_fixups()
23120 if (!prog->jit_requested) { in bpf_check_attach_target()