Searched refs:num_hw_wps (Results 1 – 2 of 2) sorted by relevance
430 uint32_t num_hw_wps = NumSupportedHardwareWatchpoints(); in FindVacantWatchpointIndex() local434 for (wp_idx = 0; wp_idx < num_hw_wps; wp_idx++) { in FindVacantWatchpointIndex()494 uint32_t num_hw_wps = reg_ctx->NumSupportedHardwareWatchpoints(); in WatchNotify() local496 for (wp_idx = 0; wp_idx < num_hw_wps; wp_idx++) { in WatchNotify()504 if (wp_idx == num_hw_wps) in WatchNotify()541 uint32_t num_hw_wps = reg_ctx->NumSupportedHardwareWatchpoints(); in TraceNotify() local543 for (wp_idx = 0; wp_idx < num_hw_wps; wp_idx++) { in TraceNotify()
790 uint32_t num_hw_wps = NumSupportedHardwareWatchpoints(); in GetWatchpointHitIndex() local791 for (wp_index = 0; wp_index < num_hw_wps; ++wp_index) { in GetWatchpointHitIndex()