Lines Matching refs:PTR_TO_CTX
548 [PTR_TO_CTX] = "ctx", in reg_type_str()
2948 case PTR_TO_CTX: in is_spillable_regtype()
4073 return reg->type == PTR_TO_CTX; in is_ctx_reg()
4180 case PTR_TO_CTX: in check_ptr_alignment()
4819 } else if (reg->type == PTR_TO_CTX) { in check_mem_access()
5258 case PTR_TO_CTX: in check_helper_mem_access()
5699 static const struct bpf_reg_types context_types = { .types = { PTR_TO_CTX } };
10486 if (regs[ctx_reg].type != PTR_TO_CTX) { in check_ld_abs()
11594 case PTR_TO_CTX: in regsafe()
12127 case PTR_TO_CTX: in reg_type_mismatch_ok()
13364 aux[adj_idx].ptr_type == PTR_TO_CTX) in opt_subreg_zext_lo32_rnd_hi32()
13499 case PTR_TO_CTX: in convert_ctx_accesses()
14626 if (regs[i].type == PTR_TO_CTX) in do_check_common()
14640 regs[BPF_REG_1].type = PTR_TO_CTX; in do_check_common()