Searched refs:reg_ctrl (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.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-12.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-12.1/sys/arm/arm/ |
| H A D | debug_monitor.c | 524 uint32_t reg_addr, reg_ctrl; in dbg_find_slot() local 531 reg_ctrl = DBG_REG_BASE_BCR; in dbg_find_slot() 536 reg_ctrl = DBG_REG_BASE_WCR; in dbg_find_slot() 598 uint32_t reg_ctrl, reg_addr, ctrl, addr; in dbg_setup_xpoint() local 655 reg_ctrl = DBG_REG_BASE_BCR; in dbg_setup_xpoint() 675 reg_ctrl = DBG_REG_BASE_WCR; in dbg_setup_xpoint() 683 dbg_wb_write_reg(reg_ctrl, i, ctrl); in dbg_setup_xpoint() 713 uint32_t reg_ctrl, reg_addr, addr; in dbg_remove_xpoint() local 726 reg_ctrl = DBG_REG_BASE_BCR; in dbg_remove_xpoint() 734 reg_ctrl = DBG_REG_BASE_WCR; in dbg_remove_xpoint() [all …]
|
| /freebsd-12.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-12.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-12.1/sys/arm64/arm64/ |
| H A D | debug_monitor.c | 303 u_int max, reg_addr, reg_ctrl, i; in dbg_find_slot() local 309 reg_ctrl = DBG_REG_BASE_BCR; in dbg_find_slot() 314 reg_ctrl = DBG_REG_BASE_WCR; in dbg_find_slot() 323 ((dbg_wb_read_reg(reg_ctrl, i) & DBG_WB_CTRL_E) != 0)) in dbg_find_slot()
|
| /freebsd-12.1/sys/dev/pccbb/ |
| H A D | pccbb.c | 729 uint32_t status, sock_ctrl, reg_ctrl, mask; in cbb_power() local 868 reg_ctrl = pci_read_config(sc->dev, TOPIC_REG_CTRL, 4); in cbb_power() 869 reg_ctrl &= ~TOPIC97_REG_CTRL_TESTMODE; in cbb_power() 871 reg_ctrl |= TOPIC97_REG_CTRL_CLKRUN_ENA; in cbb_power() 873 reg_ctrl &= ~TOPIC97_REG_CTRL_CLKRUN_ENA; in cbb_power() 874 pci_write_config(sc->dev, TOPIC_REG_CTRL, reg_ctrl, 4); in cbb_power()
|