Searched refs:mtesize (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | helper-a64.c | 1093 uint64_t mtesize = mte_mops_probe(env, toaddr, setsize, *mtedesc); in set_step() local 1094 if (mtesize == 0) { in set_step() 1101 setsize = MIN(setsize, mtesize); in set_step() 1459 uint64_t mtesize = mte_mops_probe(env, fromaddr, copysize, *rdesc); in copy_step() local 1460 if (mtesize == 0) { in copy_step() 1464 copysize = MIN(copysize, mtesize); in copy_step() 1468 uint64_t mtesize = mte_mops_probe(env, toaddr, copysize, *wdesc); in copy_step() local 1469 if (mtesize == 0) { in copy_step() 1473 copysize = MIN(copysize, mtesize); in copy_step() 1533 uint64_t mtesize = mte_mops_probe_rev(env, fromaddr, copysize, *rdesc); in copy_step_rev() local [all …]
|