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
485 reg_last = info.reg_off_last[1]; in DO_LD()
486 if (reg_last < 0) { in DO_LD()
487 reg_last = info.reg_off_split; in DO_LD()
488 if (reg_last < 0) { in DO_LD()
489 reg_last = info.reg_off_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()
522 while (reg_off <= reg_last) { in DO_LD()
531 } while (reg_off <= reg_last && (reg_off & 63)); in DO_LD()
[all …]
H A Dsve_helper.c5545 intptr_t mem_off, reg_off, reg_last; in sve_cont_ldst_watchpoints() local
5560 reg_last = info->reg_off_last[0]; in sve_cont_ldst_watchpoints()
5562 while (reg_off <= reg_last) { in sve_cont_ldst_watchpoints()
5572 } while (reg_off <= reg_last && (reg_off & 63)); in sve_cont_ldst_watchpoints()
5585 reg_last = info->reg_off_last[1]; in sve_cont_ldst_watchpoints()
5598 } while (reg_off <= reg_last); in sve_cont_ldst_watchpoints()
5607 intptr_t mem_off, reg_off, reg_last; in sve_cont_ldst_mte_check() local
5613 reg_last = info->reg_off_split; in sve_cont_ldst_mte_check()
5614 if (reg_last < 0) { in sve_cont_ldst_mte_check()
5615 reg_last = info->reg_off_last[0]; in sve_cont_ldst_mte_check()
[all …]
/openbmc/qemu/hw/virtio/
H A Dvhost.c488 uint64_t reg_last = range_get_last(reg_gpa, reg_size); in vhost_verify_ring_part_mapping() local
490 if (ring_last < reg_gpa || ring_gpa > reg_last) { in vhost_verify_ring_part_mapping()
494 if (ring_last > reg_last) { in vhost_verify_ring_part_mapping()