Searched refs:PACKET_WORDS_MAX (Results 1 – 3 of 3) sorted by relevance
34 uint32_t words[PACKET_WORDS_MAX]; in print_insn_hexagon()39 for (i = 0; i < PACKET_WORDS_MAX && !found_end; i++) { in print_insn_hexagon()57 return PACKET_WORDS_MAX * sizeof(uint32_t); in print_insn_hexagon()
35 #define PACKET_WORDS_MAX 4 macro
219 memset(words, 0, PACKET_WORDS_MAX * sizeof(uint32_t)); in read_packet_words()220 for (nwords = 0; !found_end && nwords < PACKET_WORDS_MAX; nwords++) { in read_packet_words()964 uint32_t words[PACKET_WORDS_MAX]; in decode_and_translate_packet()1024 for (nwords = 0; !found_end && nwords < PACKET_WORDS_MAX; nwords++) { in pkt_crosses_page()1042 target_ulong bytes_max = PACKET_WORDS_MAX * sizeof(target_ulong); in hexagon_tr_translate_packet()