Searched refs:checkN (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | mte_helper.c | 675 static int checkN(uint8_t *mem, int odd, int cmp, int count) in checkN() function 819 n = checkN(mem1, ptr & TAG_GRANULE, ptr_tag, tag_count); in mte_probe_int() 836 n = checkN(mem1, ptr & TAG_GRANULE, ptr_tag, c); in mte_probe_int() 842 n += checkN(mem2, 0, ptr_tag, tag_count - c); in mte_probe_int() 1050 n = checkN(mem, ptr & TAG_GRANULE, ptr_tag, tag_count); in mte_mops_probe()
|