Searched refs:num_hw_points (Results 1 – 7 of 7) sorted by relevance
1552 const uint32_t num_hw_points = NumSupportedHardwareBreakpoints(); in ClearHardwareBreakpoint() local1554 if (hw_index < num_hw_points) { in ClearHardwareBreakpoint()1672 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints(); in ClearHardwareWatchpoint() local1674 if (hw_index < num_hw_points) { in ClearHardwareWatchpoint()
1021 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints(); in ClearHardwareWatchpoint() local1023 if (hw_index < num_hw_points) { in ClearHardwareWatchpoint()
1064 const uint32_t num_hw_points = NumSupportedHardwareBreakpoints(); in DisableHardwareBreakpoint() local1066 if (hw_index < num_hw_points) { in DisableHardwareBreakpoint()1281 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints(); in ReenableHardwareWatchpoint_helper() local1282 if (hw_index >= num_hw_points) in ReenableHardwareWatchpoint_helper()1318 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints(); in DisableHardwareWatchpoint_helper() local1319 if (hw_index >= num_hw_points) in DisableHardwareWatchpoint_helper()
1013 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints(); in ReenableHardwareWatchpoint_helper() local1014 if (hw_index >= num_hw_points) in ReenableHardwareWatchpoint_helper()1050 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints(); in DisableHardwareWatchpoint_helper() local1051 if (hw_index >= num_hw_points) in DisableHardwareWatchpoint_helper()1075 const uint32_t num_hw_points = NumSupportedHardwareBreakpoints(); in DisableHardwareBreakpoint() local1076 if (hw_index >= num_hw_points) in DisableHardwareBreakpoint()
924 const uint32_t num_hw_points = NumSupportedHardwareBreakpoints(); in DisableHardwareBreakpoint() local927 if (hw_index < num_hw_points && in DisableHardwareBreakpoint()1115 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints(); in DisableHardwareWatchpoint() local1118 if (hw_index < num_hw_points && in DisableHardwareWatchpoint()
983 const uint32_t num_hw_points = NumSupportedHardwareBreakpoints(); in DisableHardwareBreakpoint() local986 if (hw_index < num_hw_points && in DisableHardwareBreakpoint()1073 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints(); in DisableHardwareWatchpoint() local1076 if (hw_index < num_hw_points && in DisableHardwareWatchpoint()
1488 uint32_t num_hw_points, in apply_lut_1d() argument1510 for (i = 0; i < num_hw_points; i++) { in apply_lut_1d()