Lines Matching refs:PTR_TO_CTX
132 PTR_TO_CTX, /* reg points to bpf_context */ enumerator
233 [PTR_TO_CTX] = "ctx",
477 regs[BPF_REG_1].type = PTR_TO_CTX; in init_reg_state()
540 case PTR_TO_CTX: in is_spillable_regtype()
701 } else if (state->regs[regno].type == PTR_TO_CTX) { in check_mem_access()
831 expected_type = PTR_TO_CTX; in check_func_arg()
1373 if (regs[BPF_REG_6].type != PTR_TO_CTX) { in check_ld_abs()
1807 (src_reg_type == PTR_TO_CTX || in do_check()
1808 insn->imm == PTR_TO_CTX)) { in do_check()
1852 (dst_reg_type == PTR_TO_CTX || in do_check()
1853 insn->imm == PTR_TO_CTX)) { in do_check()
2128 if (insn->imm != PTR_TO_CTX) { in convert_ctx_accesses()