Searched refs:reg_ctrl (Results 1 – 9 of 9) sorted by relevance
/freebsd/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/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/sys/arm/arm/ |
H A D | debug_monitor.c | 550 uint32_t reg_addr, reg_ctrl; in dbg_find_slot() local 557 reg_ctrl = DBG_REG_BASE_BCR; in dbg_find_slot() 562 reg_ctrl = DBG_REG_BASE_WCR; in dbg_find_slot() 571 ((dbg_wb_read_reg(reg_ctrl, i) & DBG_WB_CTRL_E) != 0)) in dbg_find_slot() 624 uint32_t reg_ctrl, reg_addr, ctrl, addr; in dbg_setup_xpoint() local 682 reg_ctrl = DBG_REG_BASE_BCR; in dbg_setup_xpoint() 703 reg_ctrl = DBG_REG_BASE_WCR; in dbg_setup_xpoint() 711 dbg_wb_write_reg(reg_ctrl, i, ctrl); in dbg_setup_xpoint() 741 uint32_t reg_ctrl, reg_addr, addr; in dbg_remove_xpoint() local 754 reg_ctrl = DBG_REG_BASE_BCR; in dbg_remove_xpoint() [all …]
|
/freebsd/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/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/sys/arm64/arm64/ |
H A D | debug_monitor.c | 416 uint64_t *reg_addr, *reg_ctrl; in dbg_setup_watchpoint() 423 reg_ctrl = monitor->dbg_bcr; in dbg_setup_watchpoint() 428 reg_ctrl = monitor->dbg_wcr; in dbg_setup_watchpoint() 437 (reg_ctrl[i] & DBG_WB_CTRL_E) != 0) in dbg_setup_watchpoint() 369 uint64_t *reg_addr, *reg_ctrl; dbg_find_slot() local
|
/freebsd/sys/dev/pccbb/ |
H A D | pccbb.c | 683 uint32_t status, sock_ctrl, reg_ctrl, mask; in cbb_power() local 822 reg_ctrl = pci_read_config(sc->dev, TOPIC_REG_CTRL, 4); in cbb_power() 823 reg_ctrl &= ~TOPIC97_REG_CTRL_TESTMODE; in cbb_power() 825 reg_ctrl |= TOPIC97_REG_CTRL_CLKRUN_ENA; in cbb_power() 827 reg_ctrl &= ~TOPIC97_REG_CTRL_CLKRUN_ENA; in cbb_power() 828 pci_write_config(sc->dev, TOPIC_REG_CTRL, reg_ctrl, 4); in cbb_power()
|