/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | NativeRegisterContextDBReg_arm64.cpp | 107 uint32_t hw_idx) { in ClearHardwareBreakpoint() argument 109 LLDB_LOG(log, "hw_idx: {0}", hw_idx); in ClearHardwareBreakpoint() 120 if (hw_idx >= m_max_hbp_supported) in ClearHardwareBreakpoint() 124 lldb::addr_t tempAddr = m_hbp_regs[hw_idx].address; in ClearHardwareBreakpoint() 125 uint32_t tempControl = m_hbp_regs[hw_idx].control; in ClearHardwareBreakpoint() 127 m_hbp_regs[hw_idx].control &= ~g_enable_bit; in ClearHardwareBreakpoint() 128 m_hbp_regs[hw_idx].address = 0; in ClearHardwareBreakpoint() 134 m_hbp_regs[hw_idx].control = tempControl; in ClearHardwareBreakpoint() 135 m_hbp_regs[hw_idx].address = tempAddr; in ClearHardwareBreakpoint()
|
H A D | RegisterContextThreadMemory.cpp | 156 bool RegisterContextThreadMemory::ClearHardwareBreakpoint(uint32_t hw_idx) { in ClearHardwareBreakpoint() argument 159 return m_reg_ctx_sp->ClearHardwareBreakpoint(hw_idx); in ClearHardwareBreakpoint()
|
H A D | NativeRegisterContextDBReg_arm64.h | 25 bool ClearHardwareBreakpoint(uint32_t hw_idx) override;
|
H A D | RegisterContextThreadMemory.h | 67 bool ClearHardwareBreakpoint(uint32_t hw_idx) override;
|
H A D | RegisterContextDarwin_arm.h | 80 bool ClearHardwareBreakpoint(uint32_t hw_idx) override;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | RegisterContext.h | 119 virtual bool ClearHardwareBreakpoint(uint32_t hw_idx);
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/ |
H A D | NativeRegisterContext.h | 66 virtual bool ClearHardwareBreakpoint(uint32_t hw_idx);
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/ |
H A D | beacon.c | 34 dev->mphy.q_tx[MT_TXQ_CAB]->hw_idx) | in mt7603_update_beacon_iter()
|
H A D | mac.c | 463 u8 qidx = q->hw_idx; in mt7603_mac_sta_poll() 962 FIELD_PREP(MT_TXD0_Q_IDX, q->hw_idx); in mt7603_mac_write_txwi()
|
H A D | main.c | 542 queue = dev->mphy.q_tx[queue]->hw_idx; in mt7603_conf_tx()
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mt76x02_usb_core.c | 70 int pid, len = tx_info->skb->len, ep = q2ep(dev->mphy.q_tx[qid]->hw_idx); in mt76x02u_tx_prepare_skb()
|
H A D | usb.c | 876 mt76u_fill_bulk_urb(dev, USB_DIR_OUT, q2ep(q->hw_idx), in mt76u_tx_queue_skb() 946 q->hw_idx = mt76u_ac_to_hwq(dev, i); in mt76u_alloc_tx()
|
H A D | mt76x02_util.c | 496 qid = dev->mphy.q_tx[queue]->hw_idx; in mt76x02_conf_tx()
|
H A D | dma.c | 713 q->hw_idx = idx; in mt76_dma_alloc_queue()
|
H A D | mt76.h | 206 u8 hw_idx; member
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | NativeRegisterContext.cpp | 252 bool NativeRegisterContext::ClearHardwareBreakpoint(uint32_t hw_idx) { in ClearHardwareBreakpoint() argument
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | RegisterContext.cpp | 289 bool RegisterContext::ClearHardwareBreakpoint(uint32_t hw_idx) { return false; } in SetHardwareWatchpoint() 283 ClearHardwareBreakpoint(uint32_t hw_idx) ClearHardwareBreakpoint() argument
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | mt7615.h | 445 return MT_INT_TX_DONE(dev->mt76.q_mcu[MT_MCUQ_WM]->hw_idx); in mt7615_tx_mcu_int_mask()
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | wmi.c | 483 u32 hw_idx, phy_idx = 0; in ath12k_pull_mac_phy_cap_svc_ready_ext() local 489 for (hw_idx = 0; hw_idx < le32_to_cpu(hw_caps->num_hw_modes); hw_idx++) { in ath12k_pull_mac_phy_cap_svc_ready_ext() 490 if (hw_mode_id == le32_to_cpu(wmi_hw_mode_caps[hw_idx].hw_mode_id)) in ath12k_pull_mac_phy_cap_svc_ready_ext() 493 phy_map = le32_to_cpu(wmi_hw_mode_caps[hw_idx].phy_id_map); in ath12k_pull_mac_phy_cap_svc_ready_ext() 497 if (hw_idx == le32_to_cpu(hw_caps->num_hw_modes)) in ath12k_pull_mac_phy_cap_svc_ready_ext()
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | pci.c | 724 u16 hw_idx, hw_idx_next, host_idx; in rtw89_pci_ops_recovery_start() 732 hw_idx = FIELD_GET(TXBD_HW_IDX_MASK, reg_idx); in rtw89_pci_ops_recovery_start() 734 hw_idx_next = (hw_idx + 1) % bd_ring->len; 630 u16 hw_idx, hw_idx_next, host_idx; rtw89_pci_isr_rxd_unavail() local
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | wmi.c | 409 u32 hw_idx, phy_idx = 0; in ath11k_pull_mac_phy_cap_svc_ready_ext() local 414 for (hw_idx = 0; hw_idx < hw_caps->num_hw_modes; hw_idx++) { in ath11k_pull_mac_phy_cap_svc_ready_ext() 415 if (hw_mode_id == wmi_hw_mode_caps[hw_idx].hw_mode_id) in ath11k_pull_mac_phy_cap_svc_ready_ext() 418 phy_map = wmi_hw_mode_caps[hw_idx].phy_id_map; in ath11k_pull_mac_phy_cap_svc_ready_ext() 425 if (hw_idx == hw_caps->num_hw_modes) in ath11k_pull_mac_phy_cap_svc_ready_ext()
|