Searched refs:tag_count (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | mte_helper.c | 777 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 D | scc.c | 527 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 D | config.c | 928 u32 tag_count) in ocxl_config_set_actag() argument 933 val |= tag_count & OCXL_DVSEC_ACTAG_MASK; in ocxl_config_set_actag()
|