Searched refs:num_hw_wps (Results 1 – 2 of 2) sorted by relevance
50 uint32_t num_hw_wps = reg_ctx->NumSupportedHardwareWatchpoints(); in TraceNotify() local52 for (wp_idx = 0; wp_idx < num_hw_wps; wp_idx++) in TraceNotify()
366 uint32_t num_hw_wps = NumSupportedHardwareWatchpoints(); in FindVacantWatchpointIndex() local371 for (wp_idx = 0; wp_idx < num_hw_wps; wp_idx++) in FindVacantWatchpointIndex()442 uint32_t num_hw_wps = reg_ctx->NumSupportedHardwareWatchpoints(); in WatchNotify() local444 for (wp_idx = 0; wp_idx < num_hw_wps; wp_idx++) in WatchNotify()454 if (wp_idx == num_hw_wps) in WatchNotify()