Lines Matching refs:BPF_READ
3318 if (type == BPF_READ && !(cap & BPF_MAP_CAN_READ)) { in check_map_access_type()
4141 if (atype != BPF_READ) { in check_ptr_to_btf_access()
4153 if (atype == BPF_READ && value_regno >= 0) in check_ptr_to_btf_access()
4199 if (atype != BPF_READ) { in check_ptr_to_map_access()
4256 else if (type == BPF_READ) in check_stack_access_within_bounds()
4349 if (!err && t == BPF_READ && value_regno >= 0) { in check_mem_access()
4378 if (!err && t == BPF_READ && value_regno >= 0) in check_mem_access()
4398 if (!err && t == BPF_READ && value_regno >= 0) { in check_mem_access()
4436 if (t == BPF_READ) in check_mem_access()
4454 if (!err && t == BPF_READ && value_regno >= 0) in check_mem_access()
4465 if (!err && t == BPF_READ && value_regno >= 0) in check_mem_access()
4478 if (!err && t == BPF_READ && value_regno >= 0) in check_mem_access()
4501 if (!err && t == BPF_READ && value_regno >= 0) in check_mem_access()
4509 if (!err && size < BPF_REG_SIZE && value_regno >= 0 && t == BPF_READ && in check_mem_access()
4604 BPF_SIZE(insn->code), BPF_READ, -1, true); in check_atomic()
4607 BPF_SIZE(insn->code), BPF_READ, load_reg, in check_atomic()
4658 bounds_check_type = BPF_READ; in check_stack_range_initialized()
4774 BPF_READ)) in check_helper_mem_access()
5219 !may_access_direct_pkt_data(env, meta, BPF_READ)) { in check_func_arg()
11210 BPF_READ, insn->dst_reg, false); in do_check()
12435 type = BPF_READ; in convert_ctx_accesses()
12489 if (type == BPF_READ) { in convert_ctx_accesses()