Home
last modified time | relevance | path

Searched refs:VSTORES_MAX (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/hexagon/
H A Dcpu.h36 #define VSTORES_MAX 2 macro
110 VStoreLog vstore[VSTORES_MAX];
111 target_ulong vstore_pending[VSTORES_MAX];
H A Dtranslate.h282 extern TCGv hex_vstore_addr[VSTORES_MAX];
283 extern TCGv hex_vstore_size[VSTORES_MAX];
284 extern TCGv hex_vstore_pending[VSTORES_MAX];
H A Dtranslate.c61 TCGv hex_vstore_addr[VSTORES_MAX];
62 TCGv hex_vstore_size[VSTORES_MAX];
63 TCGv hex_vstore_pending[VSTORES_MAX];
1101 static char vstore_addr_names[VSTORES_MAX][NAME_LEN];
1102 static char vstore_size_names[VSTORES_MAX][NAME_LEN];
1103 static char vstore_pending_names[VSTORES_MAX][NAME_LEN];
1161 for (i = 0; i < VSTORES_MAX; i++) { in hexagon_translate_init()
H A Dop_helper.c136 for (int i = 0; i < VSTORES_MAX; i++) { in HELPER()
507 for (int i = 0; i < VSTORES_MAX; i++) { in probe_hvx_stores()