Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp98 int32_t hw_index = -1; GetHardwareIndex() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp180 bool RegisterContextThreadMemory::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint() argument
183 return m_reg_ctx_sp->ClearHardwareWatchpoint(hw_index); in ClearHardwareWatchpoint()
H A DRegisterContextDarwin_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()
H A DNativeRegisterContextDBReg_arm64.h39 bool ClearHardwareWatchpoint(uint32_t hw_index) override;
H A DRegisterContextThreadMemory.h74 bool ClearHardwareWatchpoint(uint32_t hw_index) override;
H A DRegisterContextDarwin_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()
H A DRegisterContextDarwin_arm64.h63 bool ClearHardwareWatchpoint(uint32_t hw_index) override;
H A DRegisterContextDarwin_arm.h87 bool ClearHardwareWatchpoint(uint32_t hw_index) override;
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeRegisterContext.h78 virtual bool ClearHardwareWatchpoint(uint32_t hw_index);
80 virtual Status ClearWatchpointHit(uint32_t hw_index);
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp270 bool NativeRegisterContext::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint() argument
274 Status NativeRegisterContext::ClearWatchpointHit(uint32_t hw_index) { in ClearWatchpointHit() argument
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dce.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()
H A Dce.h90 unsigned int hw_index; member
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContext.h126 virtual bool ClearHardwareWatchpoint(uint32_t hw_index);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp298 bool RegisterContext::ClearHardwareWatchpoint(uint32_t hw_index) { in ReadRegisterValueFromMemory()
292 ClearHardwareWatchpoint(uint32_t hw_index) ClearHardwareWatchpoint() argument