Searched refs:num_hw_watchpoints (Results 1 – 3 of 3) sorted by relevance
415 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints(); in SetHardwareWatchpoint() local418 for (hw_index = 0; hw_index < num_hw_watchpoints; ++hw_index) in SetHardwareWatchpoint()585 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints(); in SetHardwareWatchpointWithIndex() local587 if (num_hw_watchpoints == 0 || hw_index >= num_hw_watchpoints) in SetHardwareWatchpointWithIndex()622 if (hw_index < num_hw_watchpoints) in SetHardwareWatchpointWithIndex()
229 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints(); in SetHardwareWatchpoint() local232 for (hw_index = 0; hw_index < num_hw_watchpoints; ++hw_index) in SetHardwareWatchpoint()
1132 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints(); in SetHardwareWatchpoint() local1166 for (i=0; i<num_hw_watchpoints; ++i) in SetHardwareWatchpoint()1173 if (i < num_hw_watchpoints) in SetHardwareWatchpoint()