Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dmte_helper.c776 uint64_t tag_first, tag_last; in mte_probe_int() local
803 tag_first = QEMU_ALIGN_DOWN(ptr, TAG_GRANULE); in mte_probe_int()
805 tag_count = ((tag_last - tag_first) / TAG_GRANULE) + 1; in mte_probe_int()
834 n = c = (next_page - tag_first) / TAG_GRANULE; in mte_probe_int()
856 *fault = tag_first + n * TAG_GRANULE; in mte_probe_int()
1021 uint64_t ptr_tag, tag_first, tag_last; in mte_mops_probe() local
1047 tag_first = QEMU_ALIGN_DOWN(ptr, TAG_GRANULE); in mte_mops_probe()
1049 tag_count = ((tag_last - tag_first) / TAG_GRANULE) + 1; in mte_mops_probe()
1063 return n * TAG_GRANULE - (ptr - tag_first); in mte_mops_probe()
1071 uint64_t ptr_tag, tag_first, tag_last; in mte_mops_probe_rev() local
[all …]
/openbmc/linux/drivers/misc/ocxl/
H A Dconfig.c927 void ocxl_config_set_actag(struct pci_dev *dev, int func_dvsec, u32 tag_first, in ocxl_config_set_actag() argument
932 val = (tag_first & OCXL_DVSEC_ACTAG_MASK) << 16; in ocxl_config_set_actag()