Lines Matching refs:PTR_TO_CTX
552 [PTR_TO_CTX] = "ctx",
2564 case PTR_TO_CTX: in is_spillable_regtype()
3483 return reg->type == PTR_TO_CTX; in is_ctx_reg()
3590 case PTR_TO_CTX: in check_ptr_alignment()
4191 } else if (reg->type == PTR_TO_CTX) { in check_mem_access()
4885 static const struct bpf_reg_types context_types = { .types = { PTR_TO_CTX } };
5037 if (type == PTR_TO_CTX) { in check_func_arg()
9292 if (regs[ctx_reg].type != PTR_TO_CTX) { in check_ld_abs()
10293 case PTR_TO_CTX: in regsafe()
10829 case PTR_TO_CTX: in reg_type_mismatch_ok()
12100 aux[adj_idx].ptr_type == PTR_TO_CTX) in opt_subreg_zext_lo32_rnd_hi32()
12235 case PTR_TO_CTX: in convert_ctx_accesses()
13124 if (regs[i].type == PTR_TO_CTX) in do_check_common()
13138 regs[BPF_REG_1].type = PTR_TO_CTX; in do_check_common()