Searched refs:jit_requested (Results 1 – 12 of 12) sorted by relevance
51 if (!prog->jit_requested) in bpf_int_jit_compile()
105 if (!fp->jit_requested) in bpf_int_jit_compile()
565 jit_requested:1,/* archs need to JIT the prog */ member1115 if (!prog->jit_requested) in bpf_jit_blinding_enabled()
923 if (!prog->jit_requested) in bpf_int_jit_compile()
107 fp->jit_requested = ebpf_jit_enabled(); in bpf_prog_alloc_no_stats()146 if (!prog->aux->nr_linfo || !prog->jit_requested) in bpf_prog_alloc_jited_linfo()
1812 if (!env->prog->jit_requested) { in add_kfunc_call()5484 return env->prog->jit_requested && IS_ENABLED(CONFIG_X86_64); in allow_tail_call_in_subprogs()12672 func[i]->jit_requested = 1; in jit_subprogs()12794 prog->jit_requested = 0; in jit_subprogs()12815 if (env->prog->jit_requested && in fixup_call_args()13052 prog->jit_requested && in do_misc_fixups()13143 if (prog->jit_requested && BITS_PER_LONG == 64 && in do_misc_fixups()13233 if (prog->jit_requested && BITS_PER_LONG == 64 && in do_misc_fixups()13633 if (!prog->jit_requested) { in bpf_check_attach_target()
1008 if (!prog->jit_requested) in bpf_int_jit_compile()
1793 if (!fp->jit_requested) in bpf_int_jit_compile()
1492 if (!prog->jit_requested) in bpf_int_jit_compile()
2248 if (!prog->jit_requested) in bpf_int_jit_compile()
2533 if (!prog->jit_requested) in bpf_int_jit_compile()
1903 if (!prog->jit_requested) in bpf_int_jit_compile()
Completed in 56 milliseconds