Lines Matching refs:PTR_TO_PACKET

421 	return type == PTR_TO_PACKET ||  in type_is_pkt_pointer()
551 [PTR_TO_PACKET] = "pkt",
2714 case PTR_TO_PACKET: in is_spillable_regtype()
3348 case PTR_TO_PACKET: in __check_mem_access()
3749 case PTR_TO_PACKET: in check_ptr_alignment()
4764 case PTR_TO_PACKET: in check_helper_mem_access()
5036 PTR_TO_PACKET,
5068 PTR_TO_PACKET,
5081 PTR_TO_PACKET,
5845 if (reg->type != PTR_TO_PACKET) in mark_pkt_end()
9054 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
9057 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
9063 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
9064 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
9075 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
9078 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
9084 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
9085 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
9096 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
9099 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
9105 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
9106 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
9117 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
9120 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
9126 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
9127 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
10501 case PTR_TO_PACKET: in regsafe()