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.c1080 if (mtesize == 0) { in set_step()
1087 setsize = MIN(setsize, mtesize); in set_step()
1442 if (mtesize == 0) { in copy_step()
1446 copysize = MIN(copysize, mtesize); in copy_step()
1450 uint64_t mtesize = mte_mops_probe(env, toaddr, copysize, *wdesc); in copy_step() local
1451 if (mtesize == 0) { in copy_step()
1455 copysize = MIN(copysize, mtesize); in copy_step()
1514 if (mtesize == 0) { in copy_step_rev()
1518 copysize = MIN(copysize, mtesize); in copy_step_rev()
1523 if (mtesize == 0) { in copy_step_rev()
[all …]