Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dmte_helper.c777 uint32_t sizem1, tag_count, n, c; in mte_probe_int() local
805 tag_count = ((tag_last - tag_first) / TAG_GRANULE) + 1; in mte_probe_int()
819 n = checkN(mem1, ptr & TAG_GRANULE, ptr_tag, tag_count); in mte_probe_int()
842 n += checkN(mem2, 0, ptr_tag, tag_count - c); in mte_probe_int()
846 if (likely(n == tag_count)) { in mte_probe_int()
1020 int mmu_idx, tag_count; in mte_mops_probe() local
1049 tag_count = ((tag_last - tag_first) / TAG_GRANULE) + 1; in mte_mops_probe()
1050 n = checkN(mem, ptr & TAG_GRANULE, ptr_tag, tag_count); in mte_mops_probe()
1051 if (likely(n == tag_count)) { in mte_mops_probe()
1070 int mmu_idx, tag_count; in mte_mops_probe_rev() local
[all …]
/openbmc/u-boot/board/micronas/vct/
H A Dscc.c527 u32 tag_count, t, t_valid; in scc_setup_dma() local
549 tag_count = buffer_tag_list[0]; in scc_setup_dma()
551 for (t = 1; t <= tag_count; t++) { in scc_setup_dma()
/openbmc/linux/drivers/misc/ocxl/
H A Dconfig.c928 u32 tag_count) in ocxl_config_set_actag() argument
933 val |= tag_count & OCXL_DVSEC_ACTAG_MASK; in ocxl_config_set_actag()