Lines Matching refs:PTR_TO_PACKET
438 return type == PTR_TO_PACKET || in type_is_pkt_pointer()
591 [PTR_TO_PACKET] = "pkt", in reg_type_str()
3393 case PTR_TO_PACKET: in is_spillable_regtype()
4064 case PTR_TO_PACKET: in __check_mem_access()
4666 case PTR_TO_PACKET: in check_ptr_alignment()
5812 case PTR_TO_PACKET: in check_helper_mem_access()
6393 PTR_TO_PACKET,
6406 PTR_TO_PACKET,
6636 case PTR_TO_PACKET: in check_func_arg_reg_off()
7380 if (reg->type != PTR_TO_PACKET) in mark_pkt_end()
12302 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
12305 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
12311 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
12312 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
12323 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
12326 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
12332 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
12333 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
12344 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
12347 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
12353 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
12354 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
12365 if ((dst_reg->type == PTR_TO_PACKET && in try_match_pkt_pointers()
12368 reg_is_init_pkt_pointer(src_reg, PTR_TO_PACKET))) { in try_match_pkt_pointers()
12374 src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
12375 (reg_is_init_pkt_pointer(dst_reg, PTR_TO_PACKET) && in try_match_pkt_pointers()
13888 case PTR_TO_PACKET: in regsafe()