/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBWatchpoint.cpp | 98 int32_t hw_index = -1; GetHardwareIndex() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextThreadMemory.cpp | 180 bool RegisterContextThreadMemory::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint() argument 183 return m_reg_ctx_sp->ClearHardwareWatchpoint(hw_index); in ClearHardwareWatchpoint()
|
H A D | RegisterContextDarwin_arm.cpp | 1602 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 D | NativeRegisterContextDBReg_arm64.h | 39 bool ClearHardwareWatchpoint(uint32_t hw_index) override;
|
H A D | RegisterContextThreadMemory.h | 74 bool ClearHardwareWatchpoint(uint32_t hw_index) override;
|
H A D | RegisterContextDarwin_arm64.cpp | 1018 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 D | RegisterContextDarwin_arm64.h | 63 bool ClearHardwareWatchpoint(uint32_t hw_index) override;
|
H A D | RegisterContextDarwin_arm.h | 87 bool ClearHardwareWatchpoint(uint32_t hw_index) override;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/ |
H A D | NativeRegisterContext.h | 78 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 D | NativeRegisterContext.cpp | 270 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 D | ce.c | 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()
|
H A D | ce.h | 90 unsigned int hw_index; member
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | RegisterContext.h | 126 virtual bool ClearHardwareWatchpoint(uint32_t hw_index);
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | RegisterContext.cpp | 298 bool RegisterContext::ClearHardwareWatchpoint(uint32_t hw_index) { in ReadRegisterValueFromMemory() 292 ClearHardwareWatchpoint(uint32_t hw_index) ClearHardwareWatchpoint() argument
|