Searched refs:count_off (Results 1 – 1 of 1) sorted by relevance
7789 intptr_t count_off, count_last; in sve2p1_cont_ldst_watchpoints() local7802 count_off = info->reg_off_first[0]; in sve2p1_cont_ldst_watchpoints()7808 cpu_check_watchpoint(env_cpu(env), addr + count_off, in sve2p1_cont_ldst_watchpoints()7810 count_off += estride; in sve2p1_cont_ldst_watchpoints()7811 } while (count_off <= count_last); in sve2p1_cont_ldst_watchpoints()7814 count_off = info->reg_off_first[1]; in sve2p1_cont_ldst_watchpoints()7815 if ((flags1 & TLB_WATCHPOINT) && count_off >= 0) { in sve2p1_cont_ldst_watchpoints()7818 cpu_check_watchpoint(env_cpu(env), addr + count_off, in sve2p1_cont_ldst_watchpoints()7821 count_off += estride; in sve2p1_cont_ldst_watchpoints()7822 } while (count_off <= count_last); in sve2p1_cont_ldst_watchpoints()[all …]