Lines Matching refs:PTR_TO_PACKET

433 	return type == PTR_TO_PACKET ||  in type_is_pkt_pointer()
552 [PTR_TO_PACKET] = "pkt", in reg_type_str()
2949 case PTR_TO_PACKET: in is_spillable_regtype()
3576 case PTR_TO_PACKET: in __check_mem_access()
4165 case PTR_TO_PACKET: in check_ptr_alignment()
5208 case PTR_TO_PACKET: in check_helper_mem_access()
5645 PTR_TO_PACKET,
5677 PTR_TO_PACKET,
5690 PTR_TO_PACKET,
5848 case PTR_TO_PACKET: in check_func_arg_reg_off()
6595 if (reg->type != PTR_TO_PACKET) in mark_pkt_end()
10028 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
10031 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
10037 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
10038 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
10049 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
10052 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
10058 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
10059 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
10070 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
10073 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
10079 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
10080 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
10091 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
10094 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
10100 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
10101 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
11572 case PTR_TO_PACKET: in regsafe()