Home
last modified time | relevance | path

Searched refs:bpf_capable (Results 1 – 7 of 7) sorted by relevance

/linux/net/core/
H A Dbpf_sk_storage.c490 if (!bpf_capable()) in bpf_sk_storage_diag_alloc()
/linux/kernel/bpf/
H A Dcfg.c134 if (env->bpf_capable) in push_insn()
H A Dverifier.c1850 reg->precise = !env->bpf_capable; in mark_ptr_not_null_reg()
2166 reg->precise = !env->bpf_capable; in deduce_bounds_64_from_64()
2792 if (!env->bpf_capable) { in find_kfunc_desc()
3500 if (reg && !(off % BPF_REG_SIZE) && reg->type == SCALAR_VALUE && env->bpf_capable) { in mark_indirect_target()
3512 env->bpf_capable) {
3787 if (env->bpf_capable && size == 4 && spill_size == 4 && in check_fastcall_stack_contract()
3843 if (env->bpf_capable) in check_stack_write_fixed_off()
8142 if (!env->bpf_capable) in check_reg_type()
14844 if (env->bpf_capable && in is_safe_to_compute_dst_reg_range()
17794 if (!env->allow_ptr_leaks || !env->bpf_capable) { in do_check()
[all...]
H A Dfixups.c1873 if (env->bpf_capable && !prog->blinding_requested && in bpf_do_misc_fixups()
H A Dcore.c1049 if (!bpf_capable()) { in bpf_jit_charge_modmem()
H A Dsyscall.c5218 if (!bpf_capable()) { in bpf_prog_get_info_by_fd()
/linux/include/linux/
H A Dbpf_verifier.h937 bool bpf_capable;
847 bool bpf_capable; global() member