Searched refs:reg_ctrl (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/opencsd/decoder/include/opencsd/etmv3/ |
| H A D | trc_cmp_cfg_etmv3.h | 143 return (bool)((m_cfg.reg_ctrl & CTRL_CYCLEACC) != 0); in isCycleAcc() 154 return (bool)((m_cfg.reg_ctrl & CTRL_DATAONLY) == 0); in isInstrTrace() 159 return (bool)((m_cfg.reg_ctrl & CTRL_DATAVAL) != 0); in isDataValTrace() 164 return (bool)((m_cfg.reg_ctrl & CTRL_DATAADDR) != 0); in isDataAddrTrace() 170 return (bool)((m_cfg.reg_ctrl & (CTRL_DATAADDR | CTRL_DATAVAL)) != 0); in isDataTrace() 205 return (bool)((m_cfg.reg_ctrl & CTRL_TS_ENA) != 0); in isTSEnabled() 211 return (bool)((m_cfg.reg_ctrl & CTRL_VMID_ENA) != 0); in isVMIDTrace()
|
| H A D | trc_pkt_types_etmv3.h | 164 uint32_t reg_ctrl; /**< Control Register */ member
|
| /freebsd-13.1/contrib/opencsd/decoder/include/opencsd/ptm/ |
| H A D | trc_cmp_cfg_ptm.h | 136 return (bool)((m_cfg.reg_ctrl & CTRL_BRANCH_BCAST) != 0); in enaBranchBCast() 141 return (bool)((m_cfg.reg_ctrl & CTRL_CYCLEACC) != 0); in enaCycleAcc() 146 return (bool)((m_cfg.reg_ctrl & CTRL_RETSTACK_ENA) != 0); in enaRetStack() 166 return (bool)((m_cfg.reg_ctrl & CTRL_TS_ENA) != 0); in enaTS() 188 return (bool)((m_cfg.reg_ctrl & CTRL_VMID_ENA) != 0); in enaVMID()
|
| H A D | trc_pkt_types_ptm.h | 124 uint32_t reg_ctrl; /**< Control Register */ member
|
| /freebsd-13.1/sys/arm/arm/ |
| H A D | debug_monitor.c | 552 uint32_t reg_addr, reg_ctrl; in dbg_find_slot() local 559 reg_ctrl = DBG_REG_BASE_BCR; in dbg_find_slot() 564 reg_ctrl = DBG_REG_BASE_WCR; in dbg_find_slot() 626 uint32_t reg_ctrl, reg_addr, ctrl, addr; in dbg_setup_xpoint() local 684 reg_ctrl = DBG_REG_BASE_BCR; in dbg_setup_xpoint() 705 reg_ctrl = DBG_REG_BASE_WCR; in dbg_setup_xpoint() 713 dbg_wb_write_reg(reg_ctrl, i, ctrl); in dbg_setup_xpoint() 743 uint32_t reg_ctrl, reg_addr, addr; in dbg_remove_xpoint() local 756 reg_ctrl = DBG_REG_BASE_BCR; in dbg_remove_xpoint() 764 reg_ctrl = DBG_REG_BASE_WCR; in dbg_remove_xpoint() [all …]
|
| /freebsd-13.1/contrib/opencsd/decoder/source/ptm/ |
| H A D | trc_cmp_cfg_ptm.cpp | 44 m_cfg.reg_ctrl = 0; in PtmConfig() 55 return ctxtIdsizes[(m_cfg.reg_ctrl >> 14) & 0x3]; in CtxtIDBytes()
|
| /freebsd-13.1/contrib/opencsd/decoder/source/etmv3/ |
| H A D | trc_cmp_cfg_etmv3.cpp | 45 m_cfg.reg_ctrl = 0; in EtmV3Config() 62 return ctxtIdsizes[(m_cfg.reg_ctrl >> 14) & 0x3]; in CtxtIDBytes()
|
| /freebsd-13.1/sys/arm64/arm64/ |
| H A D | debug_monitor.c | 354 uint64_t *reg_addr, *reg_ctrl; in dbg_find_slot() local 361 reg_ctrl = monitor->dbg_bcr; in dbg_find_slot() 366 reg_ctrl = monitor->dbg_wcr; in dbg_find_slot() 375 (reg_ctrl[i] & DBG_WB_CTRL_E) != 0) in dbg_find_slot()
|
| /freebsd-13.1/sys/dev/pccbb/ |
| H A D | pccbb.c | 718 uint32_t status, sock_ctrl, reg_ctrl, mask; in cbb_power() local 857 reg_ctrl = pci_read_config(sc->dev, TOPIC_REG_CTRL, 4); in cbb_power() 858 reg_ctrl &= ~TOPIC97_REG_CTRL_TESTMODE; in cbb_power() 860 reg_ctrl |= TOPIC97_REG_CTRL_CLKRUN_ENA; in cbb_power() 862 reg_ctrl &= ~TOPIC97_REG_CTRL_CLKRUN_ENA; in cbb_power() 863 pci_write_config(sc->dev, TOPIC_REG_CTRL, reg_ctrl, 4); in cbb_power()
|