Searched refs:mtesize (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | helper-a64.c | 950 uint64_t mtesize = mte_mops_probe(env, toaddr, setsize, *mtedesc); in set_step() local 951 if (mtesize == 0) { in set_step() 958 setsize = MIN(setsize, mtesize); in set_step() 1316 uint64_t mtesize = mte_mops_probe(env, fromaddr, copysize, *rdesc); in copy_step() local 1317 if (mtesize == 0) { in copy_step() 1321 copysize = MIN(copysize, mtesize); in copy_step() 1325 uint64_t mtesize = mte_mops_probe(env, toaddr, copysize, *wdesc); in copy_step() local 1326 if (mtesize == 0) { in copy_step() 1330 copysize = MIN(copysize, mtesize); in copy_step() 1390 uint64_t mtesize = mte_mops_probe_rev(env, fromaddr, copysize, *rdesc); in copy_step_rev() local [all …]
|