Lines Matching refs:PTR_TO_PACKET
431 return type == PTR_TO_PACKET || in type_is_pkt_pointer()
607 [PTR_TO_PACKET] = "pkt", in reg_type_str()
4200 case PTR_TO_PACKET: in is_spillable_regtype()
4877 case PTR_TO_PACKET: in __check_mem_access()
5534 case PTR_TO_PACKET: in check_ptr_alignment()
6954 case PTR_TO_PACKET: in check_helper_mem_access()
7711 PTR_TO_PACKET,
7725 PTR_TO_PACKET,
7991 case PTR_TO_PACKET: in check_func_arg_reg_off()
8783 if (reg->type != PTR_TO_PACKET) in mark_pkt_end()
13930 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
13933 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
13939 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
13940 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
13951 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
13954 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
13960 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
13961 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
13972 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
13975 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
13981 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
13982 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
13993 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
13996 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
14002 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
14003 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
15613 case PTR_TO_PACKET: in regsafe()