Searched refs:hw_index (Results 1 – 13 of 13) sorted by relevance
180 bool RegisterContextThreadMemory::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint() argument183 return m_reg_ctx_sp->ClearHardwareWatchpoint(hw_index); in ClearHardwareWatchpoint()
1602 bool RegisterContextDarwin_arm::ClearHardwareBreakpoint(uint32_t hw_index) { in ClearHardwareBreakpoint() argument1607 if (hw_index < num_hw_points) { in ClearHardwareBreakpoint()1608 dbg.bcr[hw_index] = 0; in ClearHardwareBreakpoint()1722 bool RegisterContextDarwin_arm::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint() argument1727 if (hw_index < num_hw_points) { in ClearHardwareWatchpoint()1728 dbg.wcr[hw_index] = 0; in ClearHardwareWatchpoint()
39 bool ClearHardwareWatchpoint(uint32_t hw_index) override;
74 bool ClearHardwareWatchpoint(uint32_t hw_index) override;
63 bool ClearHardwareWatchpoint(uint32_t hw_index) override;
1018 bool RegisterContextDarwin_arm64::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint() argument1023 if (hw_index < num_hw_points) { in ClearHardwareWatchpoint()1024 dbg.wcr[hw_index] = 0; in ClearHardwareWatchpoint()
87 bool ClearHardwareWatchpoint(uint32_t hw_index) override;
78 virtual bool ClearHardwareWatchpoint(uint32_t hw_index);80 virtual Status ClearWatchpointHit(uint32_t hw_index);
270 bool NativeRegisterContext::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint() argument274 Status NativeRegisterContext::ClearWatchpointHit(uint32_t hw_index) { in ClearWatchpointHit() argument
1013 if (src_ring->hw_index == sw_index) { in _ath10k_ce_completed_send_next_nolock()1027 src_ring->hw_index = read_index; in _ath10k_ce_completed_send_next_nolock()1033 read_index = src_ring->hw_index; in _ath10k_ce_completed_send_next_nolock()1066 if (src_ring->hw_index == sw_index) { in _ath10k_ce_completed_send_next_nolock_64()1080 src_ring->hw_index = read_index; in _ath10k_ce_completed_send_next_nolock_64()1086 read_index = src_ring->hw_index; in _ath10k_ce_completed_send_next_nolock_64()1375 src_ring->hw_index = src_ring->sw_index; in ath10k_ce_init_src_ring()
90 unsigned int hw_index; member
126 virtual bool ClearHardwareWatchpoint(uint32_t hw_index);
298 bool RegisterContext::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint() argument