Searched refs:tselect_csr_t (Results 1 – 3 of 3) sorted by relevance
523 class tselect_csr_t: public basic_csr_t {525 tselect_csr_t(processor_t* const proc, const reg_t addr);
986 tselect_csr_t::tselect_csr_t(processor_t* const proc, const reg_t addr): in tselect_csr_t() function in tselect_csr_t990 bool tselect_csr_t::unlogged_write(const reg_t val) noexcept { in unlogged_write()
503 csrmap[CSR_TSELECT] = tselect = std::make_shared<tselect_csr_t>(proc, CSR_TSELECT); in reset()