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.c803 uint64_t tag_first, tag_last; in mte_probe_int() local
831 tag_last = QEMU_ALIGN_DOWN(ptr_last, TAG_GRANULE); in mte_probe_int()
832 tag_count = ((tag_last - tag_first) / TAG_GRANULE) + 1; in mte_probe_int()
838 if (likely(tag_last - prev_page < TARGET_PAGE_SIZE)) { in mte_probe_int()
1048 uint64_t ptr_tag, tag_first, tag_last; in mte_mops_probe() local
1075 tag_last = QEMU_ALIGN_DOWN(ptr + size - 1, TAG_GRANULE); in mte_mops_probe()
1076 tag_count = ((tag_last - tag_first) / TAG_GRANULE) + 1; in mte_mops_probe()
1098 uint64_t ptr_tag, tag_first, tag_last; in mte_mops_probe_rev() local
1133 tag_last = QEMU_ALIGN_DOWN(ptr, TAG_GRANULE); in mte_mops_probe_rev()
1134 tag_count = ((tag_last - tag_first) / TAG_GRANULE) + 1; in mte_mops_probe_rev()
[all …]