Searched refs:PTR_TO_CTX (Results 1 – 2 of 2) sorted by relevance
3665 case PTR_TO_CTX: in is_spillable_regtype()4437 case PTR_TO_CTX: in __check_mem_access()5066 return reg->type == PTR_TO_CTX; in is_ctx_reg()5245 case PTR_TO_CTX: in check_ptr_alignment()6435 } else if (reg->type == PTR_TO_CTX) { in check_mem_access()7023 case PTR_TO_CTX: in check_helper_mem_access()7970 PTR_TO_CTX,7983 static const struct bpf_reg_types context_types = { .types = { PTR_TO_CTX } };8280 case PTR_TO_CTX: in check_func_arg_reg_off()9343 if (reg->type != PTR_TO_CTX) { in btf_check_func_arg_match()[all …]
992 PTR_TO_CTX, /* reg points to bpf_context */ enumerator