Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dmte_helper.c776 uint64_t tag_first, tag_last; in mte_probe_int() local
804 tag_last = QEMU_ALIGN_DOWN(ptr_last, TAG_GRANULE); in mte_probe_int()
805 tag_count = ((tag_last - tag_first) / TAG_GRANULE) + 1; in mte_probe_int()
811 if (likely(tag_last - prev_page < TARGET_PAGE_SIZE)) { in mte_probe_int()
1021 uint64_t ptr_tag, tag_first, tag_last; in mte_mops_probe() local
1048 tag_last = QEMU_ALIGN_DOWN(ptr + size - 1, TAG_GRANULE); in mte_mops_probe()
1049 tag_count = ((tag_last - tag_first) / TAG_GRANULE) + 1; in mte_mops_probe()
1071 uint64_t ptr_tag, tag_first, tag_last; in mte_mops_probe_rev() local
1106 tag_last = QEMU_ALIGN_DOWN(ptr, TAG_GRANULE); in mte_mops_probe_rev()
1107 tag_count = ((tag_last - tag_first) / TAG_GRANULE) + 1; in mte_mops_probe_rev()
[all …]