Home
last modified time | relevance | path

Searched refs:PACKET_WORDS_MAX (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/disas/
H A Dhexagon.c34 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()
/openbmc/qemu/target/hexagon/
H A Dcpu_bits.h35 #define PACKET_WORDS_MAX 4 macro
H A Dtranslate.c219 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()