Home
last modified time | relevance | path

Searched refs:hw_index (Results 1 – 13 of 13) sorted by relevance

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDRegisterContextThreadMemory.cpp180 bool RegisterContextThreadMemory::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint() argument
183 return m_reg_ctx_sp->ClearHardwareWatchpoint(hw_index); in ClearHardwareWatchpoint()
HDRegisterContextDarwin_arm.cpp1602 bool RegisterContextDarwin_arm::ClearHardwareBreakpoint(uint32_t hw_index) { in ClearHardwareBreakpoint() argument
1607 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() argument
1727 if (hw_index < num_hw_points) { in ClearHardwareWatchpoint()
1728 dbg.wcr[hw_index] = 0; in ClearHardwareWatchpoint()
HDNativeRegisterContextDBReg_arm64.h39 bool ClearHardwareWatchpoint(uint32_t hw_index) override;
HDRegisterContextThreadMemory.h74 bool ClearHardwareWatchpoint(uint32_t hw_index) override;
HDRegisterContextDarwin_arm64.h63 bool ClearHardwareWatchpoint(uint32_t hw_index) override;
HDRegisterContextDarwin_arm64.cpp1018 bool RegisterContextDarwin_arm64::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint() argument
1023 if (hw_index < num_hw_points) { in ClearHardwareWatchpoint()
1024 dbg.wcr[hw_index] = 0; in ClearHardwareWatchpoint()
HDRegisterContextDarwin_arm.h87 bool ClearHardwareWatchpoint(uint32_t hw_index) override;
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Host/common/
HDNativeRegisterContext.h78 virtual bool ClearHardwareWatchpoint(uint32_t hw_index);
80 virtual Status ClearWatchpointHit(uint32_t hw_index);
/freebsd-head/contrib/llvm-project/lldb/source/Host/common/
HDNativeRegisterContext.cpp270 bool NativeRegisterContext::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint() argument
274 Status NativeRegisterContext::ClearWatchpointHit(uint32_t hw_index) { in ClearWatchpointHit() argument
/freebsd-head/sys/contrib/dev/athk/ath10k/
HDce.c1013 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()
HDce.h90 unsigned int hw_index; member
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Target/
HDRegisterContext.h126 virtual bool ClearHardwareWatchpoint(uint32_t hw_index);
/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDRegisterContext.cpp298 bool RegisterContext::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint() argument