Lines Matching refs:PTR_TO_CTX
503 [PTR_TO_CTX] = "ctx",
2197 case PTR_TO_CTX: in is_spillable_regtype()
2866 return reg->type == PTR_TO_CTX; in is_ctx_reg()
2970 case PTR_TO_CTX: in check_ptr_alignment()
3463 } else if (reg->type == PTR_TO_CTX) { in check_mem_access()
4041 static const struct bpf_reg_types context_types = { .types = { PTR_TO_CTX } };
4185 if (type == PTR_TO_CTX) { in check_func_arg()
7748 if (regs[ctx_reg].type != PTR_TO_CTX) { in check_ld_abs()
8694 case PTR_TO_CTX: in regsafe()
9224 case PTR_TO_CTX: in reg_type_mismatch_ok()
10350 aux[adj_idx].ptr_type == PTR_TO_CTX) in opt_subreg_zext_lo32_rnd_hi32()
10469 case PTR_TO_CTX: in convert_ctx_accesses()
11287 if (regs[i].type == PTR_TO_CTX) in do_check_common()
11294 regs[BPF_REG_1].type = PTR_TO_CTX; in do_check_common()