Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dhelper-a64.c1094 if (mtesize == 0) { in set_step()
1101 setsize = MIN(setsize, mtesize); in set_step()
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()
1534 if (mtesize == 0) { in copy_step_rev()
1538 copysize = MIN(copysize, mtesize); in copy_step_rev()
1543 if (mtesize == 0) { in copy_step_rev()
[all …]