Searched refs:num_hw_wps (Results 1 – 4 of 4) sorted by relevance
420 uint32_t num_hw_wps = NumSupportedHardwareWatchpoints(); in FindVacantWatchpointIndex() local424 for (wp_idx = 0; wp_idx < num_hw_wps; wp_idx++) { in FindVacantWatchpointIndex()484 uint32_t num_hw_wps = reg_ctx->NumSupportedHardwareWatchpoints(); in WatchNotify() local486 for (wp_idx = 0; wp_idx < num_hw_wps; wp_idx++) { in WatchNotify()494 if (wp_idx == num_hw_wps) in WatchNotify()531 uint32_t num_hw_wps = reg_ctx->NumSupportedHardwareWatchpoints(); in TraceNotify() local533 for (wp_idx = 0; wp_idx < num_hw_wps; wp_idx++) { in TraceNotify()
112 uint32_t num_hw_wps = NumSupportedHardwareWatchpoints(); in GetWatchpointHitIndex() local113 for (wp_index = 0; wp_index < num_hw_wps; ++wp_index) { in GetWatchpointHitIndex()
517 uint32_t num_hw_wps = NumSupportedHardwareWatchpoints(); in GetWatchpointHitIndex() local518 for (wp_index = 0; wp_index < num_hw_wps; ++wp_index) { in GetWatchpointHitIndex()
759 uint32_t num_hw_wps = NumSupportedHardwareWatchpoints(); in GetWatchpointHitIndex() local760 for (wp_index = 0; wp_index < num_hw_wps; ++wp_index) { in GetWatchpointHitIndex()