Lines Matching refs:BPF_READ
2539 if (type == BPF_READ && !(cap & BPF_MAP_CAN_READ)) { in check_map_access_type()
3321 if (atype != BPF_READ) { in check_ptr_to_btf_access()
3333 if (atype == BPF_READ && value_regno >= 0) in check_ptr_to_btf_access()
3379 if (atype != BPF_READ) { in check_ptr_to_map_access()
3432 if (!err && t == BPF_READ && value_regno >= 0) { in check_mem_access()
3461 if (!err && t == BPF_READ && value_regno >= 0) in check_mem_access()
3480 if (!err && t == BPF_READ && value_regno >= 0) { in check_mem_access()
3534 if (!err && t == BPF_READ && value_regno >= 0) in check_mem_access()
3545 if (!err && t == BPF_READ && value_regno >= 0) in check_mem_access()
3558 if (!err && t == BPF_READ && value_regno >= 0) in check_mem_access()
3581 if (!err && t == BPF_READ && value_regno >= 0) in check_mem_access()
3589 if (!err && size < BPF_REG_SIZE && value_regno >= 0 && t == BPF_READ && in check_mem_access()
3634 BPF_SIZE(insn->code), BPF_READ, -1, true); in check_xadd()
3804 BPF_READ)) in check_helper_mem_access()
4162 !may_access_direct_pkt_data(env, meta, BPF_READ)) { in check_func_arg()
9374 BPF_READ, insn->dst_reg, false); in do_check()
10431 type = BPF_READ; in convert_ctx_accesses()
10485 if (type == BPF_READ) { in convert_ctx_accesses()