Lines Matching refs:PTR_TO_PACKET

427 	return type == PTR_TO_PACKET ||  in type_is_pkt_pointer()
557 [PTR_TO_PACKET] = "pkt",
2565 case PTR_TO_PACKET: in is_spillable_regtype()
3174 case PTR_TO_PACKET: in __check_mem_access()
3575 case PTR_TO_PACKET: in check_ptr_alignment()
4562 case PTR_TO_PACKET: in check_helper_mem_access()
4831 PTR_TO_PACKET,
4863 PTR_TO_PACKET,
4876 PTR_TO_PACKET,
5630 if (reg->type != PTR_TO_PACKET) in mark_pkt_end()
8825 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
8828 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
8834 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
8835 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
8846 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
8849 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
8855 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
8856 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
8867 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
8870 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
8876 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
8877 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
8888 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
8891 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
8897 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
8898 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
10271 case PTR_TO_PACKET: in regsafe()