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 …]
5753 intptr_t mem_off, reg_off, reg_last; in sve_cont_ldst_watchpoints() local5768 reg_last = info->reg_off_last[0]; in sve_cont_ldst_watchpoints()5770 while (reg_off <= reg_last) { in sve_cont_ldst_watchpoints()5780 } while (reg_off <= reg_last && (reg_off & 63)); in sve_cont_ldst_watchpoints()5793 reg_last = info->reg_off_last[1]; in sve_cont_ldst_watchpoints()5806 } while (reg_off <= reg_last); in sve_cont_ldst_watchpoints()5815 intptr_t mem_off, reg_off, reg_last; in sve_cont_ldst_mte_check() local5821 reg_last = info->reg_off_split; in sve_cont_ldst_mte_check()5822 if (reg_last < 0) { in sve_cont_ldst_mte_check()5823 reg_last = info->reg_off_last[0]; in sve_cont_ldst_mte_check()[all …]
488 uint64_t reg_last = range_get_last(reg_gpa, reg_size); in vhost_verify_ring_part_mapping() local490 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()