Searched refs:PTR_TO_CTX (Results 1 – 6 of 6) sorted by relevance
457 if (reg->type != PTR_TO_CTX && in nfp_bpf_check_ptr()507 if (reg->type == PTR_TO_CTX) { in nfp_bpf_check_store()
2858 if (meta->ptr.type == PTR_TO_CTX) { in mem_ldx()3006 if (meta->ptr.type == PTR_TO_CTX) in mem_stx4()
1122 and has type PTR_TO_CTX.1124 PTR_TO_CTX as well and can be used on the right hand side of expression.1125 If R1=PTR_TO_CTX and insn is R2=R1+R1, then R2=SCALAR_VALUE,1153 are PTR_TO_CTX, PTR_TO_MAP, PTR_TO_STACK. They are bounds and alignment checked.1164 At the start R1 type is PTR_TO_CTX (a pointer to generic ``struct bpf_context``)1173 If R6=PTR_TO_CTX, via is_valid_access() callback the verifier will know1226 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()5242 if (type == PTR_TO_CTX) { in check_func_arg()10523 case PTR_TO_CTX: in regsafe()11059 case PTR_TO_CTX: in reg_type_mismatch_ok()12473 case PTR_TO_CTX: in convert_ctx_accesses()13371 if (regs[i].type == PTR_TO_CTX) in do_check_common()[all …]
5668 if (reg->type != PTR_TO_CTX) { in btf_check_func_arg_match()5834 reg->type = PTR_TO_CTX; in btf_prepare_func_args()
421 PTR_TO_CTX, /* reg points to bpf_context */ enumerator
Completed in 55 milliseconds