Lines Matching refs:PTR_TO_CTX
256 [PTR_TO_CTX] = "ctx",
743 regs[BPF_REG_1].type = PTR_TO_CTX; in init_reg_state()
992 case PTR_TO_CTX: in is_spillable_regtype()
1425 return reg->type == PTR_TO_CTX; in is_ctx_reg()
1511 case PTR_TO_CTX: in check_ptr_alignment()
1706 } else if (reg->type == PTR_TO_CTX) { in check_mem_access()
1996 expected_type = PTR_TO_CTX; in check_func_arg()
4048 if (regs[BPF_REG_6].type != PTR_TO_CTX) { in check_ld_abs()
4459 case PTR_TO_CTX: in regsafe()
4865 (src_reg_type == PTR_TO_CTX || in do_check()
4866 *prev_src_type == PTR_TO_CTX)) { in do_check()
4912 (dst_reg_type == PTR_TO_CTX || in do_check()
4913 *prev_dst_type == PTR_TO_CTX)) { in do_check()
5407 if (env->insn_aux_data[i + delta].ptr_type != PTR_TO_CTX) in convert_ctx_accesses()