Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dsme_helper.c443 intptr_t reg_off, reg_last; in DO_LD() local
486 if (reg_last < 0) { in DO_LD()
488 if (reg_last < 0) { in DO_LD()
501 } while (reg_off <= reg_last); in DO_LD()
511 reg_last = info.reg_off_last[0]; in DO_LD()
520 while (reg_off <= reg_last) { in DO_LD()
640 intptr_t reg_off, reg_last; in DO_LD() local
680 if (reg_last < 0) { in DO_LD()
682 if (reg_last < 0) { in DO_LD()
701 reg_last = info.reg_off_last[0]; in DO_LD()
[all …]
H A Dsve_helper.c5613 if (reg_last < 0) { in sve_cont_ldst_mte_check()
5702 if (reg_last < 0) { in sve_ldN_r()
5704 if (reg_last < 0) { in sve_ldN_r()
5737 reg_last = info.reg_off_last[0]; in sve_ldN_r()
5740 while (reg_off <= reg_last) { in sve_ldN_r()
6092 reg_last = info.reg_off_last[0]; in sve_ldnfff1_r()
6113 } while (reg_off <= reg_last); in sve_ldnfff1_r()
6321 if (reg_last < 0) { in DO_LDFF1_LDNF1_1()
6323 if (reg_last < 0) { in DO_LDFF1_LDNF1_1()
6347 reg_last = info.reg_off_last[0]; in DO_LDFF1_LDNF1_1()
[all …]
/openbmc/qemu/hw/virtio/
H A Dvhost.c423 uint64_t reg_last = range_get_last(reg_gpa, reg_size); in vhost_verify_ring_part_mapping() local
425 if (ring_last < reg_gpa || ring_gpa > reg_last) { in vhost_verify_ring_part_mapping()
429 if (ring_last > reg_last) { in vhost_verify_ring_part_mapping()