Searched refs:num_hw_watchpoints (Results 1 – 5 of 5) sorted by relevance
1270 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints(); in SetHardwareWatchpoint() local1273 for (hw_index = 0; hw_index < num_hw_watchpoints; ++hw_index) in SetHardwareWatchpoint()1289 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints(); in SetHardwareWatchpointWithIndex() local1291 if (num_hw_watchpoints == 0 || hw_index >= num_hw_watchpoints) in SetHardwareWatchpointWithIndex()1326 if (hw_index < num_hw_watchpoints) in SetHardwareWatchpointWithIndex()
884 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints(); in EnableHardwareWatchpoint() local950 for (i=0; i<num_hw_watchpoints; ++i) in EnableHardwareWatchpoint()957 if (i < num_hw_watchpoints) in EnableHardwareWatchpoint()983 …MachARM::EnableHardwareWatchpoint(): All hardware resources (%u) are in use.", num_hw_watchpoints); in EnableHardwareWatchpoint()
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()
889 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints(); in EnableHardwareWatchpoint() local908 for (i = 0; i < num_hw_watchpoints; ++i) in EnableHardwareWatchpoint()915 if (i < num_hw_watchpoints) in EnableHardwareWatchpoint()932 …mplI386::EnableHardwareWatchpoint(): All hardware resources (%u) are in use.", num_hw_watchpoints); in EnableHardwareWatchpoint()
842 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints(); in EnableHardwareWatchpoint() local861 for (i = 0; i < num_hw_watchpoints; ++i) in EnableHardwareWatchpoint()868 if (i < num_hw_watchpoints) in EnableHardwareWatchpoint()885 …lX86_64::EnableHardwareWatchpoint(): All hardware resources (%u) are in use.", num_hw_watchpoints); in EnableHardwareWatchpoint()