Searched refs:reg_last (Results 1 – 3 of 3) sorted by relevance
443 intptr_t reg_off, reg_last; in DO_LD() local485 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 …]
5749 intptr_t mem_off, reg_off, reg_last; in sve_cont_ldst_watchpoints() local5764 reg_last = info->reg_off_last[0]; in sve_cont_ldst_watchpoints()5766 while (reg_off <= reg_last) { in sve_cont_ldst_watchpoints()5776 } while (reg_off <= reg_last && (reg_off & 63)); in sve_cont_ldst_watchpoints()5789 reg_last = info->reg_off_last[1]; in sve_cont_ldst_watchpoints()5802 } while (reg_off <= reg_last); in sve_cont_ldst_watchpoints()5811 intptr_t mem_off, reg_off, reg_last; in sve_cont_ldst_mte_check() local5817 reg_last = info->reg_off_split; in sve_cont_ldst_mte_check()5818 if (reg_last < 0) { in sve_cont_ldst_mte_check()5819 reg_last = info->reg_off_last[0]; in sve_cont_ldst_mte_check()[all …]
482 uint64_t reg_last = range_get_last(reg_gpa, reg_size); in vhost_verify_ring_part_mapping() local484 if (ring_last < reg_gpa || ring_gpa > reg_last) { in vhost_verify_ring_part_mapping()488 if (ring_last > reg_last) { in vhost_verify_ring_part_mapping()