Home
last modified time | relevance | path

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

/qemu/target/arm/tcg/
H A Dmte_helper.c561 intptr_t dcz_bytes, tag_bytes; in HELPER() local
572 tag_bytes = (intptr_t)1 << log2_tag_bytes; in HELPER()
579 memset(mem, tag_pair, tag_bytes); in HELPER()
947 intptr_t dcz_bytes, tag_bytes, i; in HELPER() local
972 tag_bytes = (intptr_t)1 << log2_tag_bytes; in HELPER()
1028 } while (i < tag_bytes); in HELPER()