Lines Matching refs:PTR_TO_CTX
546 [PTR_TO_CTX] = "ctx",
2713 case PTR_TO_CTX: in is_spillable_regtype()
3657 return reg->type == PTR_TO_CTX; in is_ctx_reg()
3764 case PTR_TO_CTX: in check_ptr_alignment()
4380 } else if (reg->type == PTR_TO_CTX) { in check_mem_access()
5090 static const struct bpf_reg_types context_types = { .types = { PTR_TO_CTX } };
5242 if (type == PTR_TO_CTX) { in check_func_arg()
9522 if (regs[ctx_reg].type != PTR_TO_CTX) { in check_ld_abs()
10523 case PTR_TO_CTX: in regsafe()
11059 case PTR_TO_CTX: in reg_type_mismatch_ok()
12338 aux[adj_idx].ptr_type == PTR_TO_CTX) in opt_subreg_zext_lo32_rnd_hi32()
12473 case PTR_TO_CTX: in convert_ctx_accesses()
13371 if (regs[i].type == PTR_TO_CTX) in do_check_common()
13385 regs[BPF_REG_1].type = PTR_TO_CTX; in do_check_common()