aboutsummaryrefslogtreecommitdiff
path: root/riscv/csrs.cc
AgeCommit message (Expand)AuthorFilesLines
2022-03-16Refer to concrete members in sstatus_csr_t::dirty()Andrew Waterman1-2/+2
2022-03-16Speed up sstatus_csr_t::dirty(); remove redundant log entriesAndrew Waterman1-0/+6
2022-03-15Rewrite sstatus_csr_t::enabled() for higher performanceAndrew Waterman1-11/+10
2022-03-15Give concrete types to fields of sstatus_proxy_csr_tAndrew Waterman1-1/+1
2022-03-15Give concrete types to fields of sstatus_csr_tAndrew Waterman1-1/+1
2022-03-15Allow sstatus_proxy_csr_t::read() to be inlinedAndrew Waterman1-4/+0
2022-03-15Allow mstatus_csr_t::read() to be inlinedAndrew Waterman1-5/+0
2022-03-15Allow vsstatus_csr_t::read() to be inlinedAndrew Waterman1-4/+0
2022-03-15Fix perf regression from CSR refactoring (#949)Andrew Waterman1-9/+0
2022-03-12Construct an isa_parser_t and pass it to processor_t constructorRupert Swarbrick1-2/+2
2022-02-23csr: mstatus.sxl and mstatus.uxl are zero in rv32Chih-Min Chao1-2/+3
2022-02-23perf: refine csr accessibility checkingChih-Min Chao1-2/+3
2022-02-18Rename minstret CSR classes to something more generalRupert Swarbrick1-13/+13
2021-12-16TSR is read-only 0 when S-mode is not supported. (#890)sven1-1/+2
2021-11-13Use enum to specify the 3 options for masking of intr CSRsScott Johnson1-4/+3
2021-11-13Mask hideleg by midelegScott Johnson1-0/+10
2021-11-08Move definitions of P and require macrosAndrew Waterman1-0/+2
2021-11-02Zbkx renames xperm.n and xperm.b as xperm4 and xperm8. (#846)Markku-Juhani O. Saarinen1-6/+7
2021-10-14Split 'P' to EXT_ZPN and friends (#830)marcfedorow1-1/+1
2021-10-14Call parent verify_permissions() for float_csr_t (#832)Scott Johnson1-0/+1
2021-10-06Disallow any insn jumping from Off to Dirty in mstatus.FS/XS/VSScott Johnson1-0/+4
2021-10-06Allow vxsat to be accessed by P extensionScott Johnson1-1/+1
2021-10-06Make vxsat into its own classScott Johnson1-0/+17
2021-10-06Allow instructions considering mstatus.FS/XS/VS to succeed when field doesn't...Scott Johnson1-0/+2
2021-10-06Let each sstatus CSR determine extension enableScott Johnson1-2/+6
2021-10-06Give sstatus_csr_t handles to its base_status_csr_t constituentsScott Johnson1-2/+4
2021-09-29Modify logic for exception on writes to read-only CSRsScott Johnson1-1/+3
2021-09-29Convert vlenb to csr_tScott Johnson1-2/+2
2021-09-29Convert vstart to csr_tScott Johnson1-0/+6
2021-09-29Convert vxsat to csr_tScott Johnson1-0/+20
2021-09-29Initialize dcsr to fix Valgrind warnings about uninitialized varsScott Johnson1-1/+9
2021-09-28Convert sentropy to csr_tScott Johnson1-0/+21
2021-09-27Convert FCSR to csr_tScott Johnson1-0/+24
2021-09-27Convert frm & fflags to csr_tScott Johnson1-0/+16
2021-09-27Merge pull request #815 from scottj97/mstatushAndrew Waterman1-0/+15
2021-09-27Make mstatush bits writable on hypervisor configsScott Johnson1-1/+1
2021-09-27Convert mstatush to csr_tScott Johnson1-0/+15
2021-09-26Convert dcsr to csr_tScott Johnson1-0/+44
2021-09-26Convert dpc to csr_tScott Johnson1-0/+10
2021-09-26Convert dscratch0/1 to csr_tScott Johnson1-0/+11
2021-09-26Convert tdata2 to csr_tScott Johnson1-0/+22
2021-09-26Convert tdata1 to csr_tScott Johnson1-0/+53
2021-09-26Convert tselect to csr_tScott Johnson1-0/+9
2021-09-25Remove no-longer-used counteren_csr_tScott Johnson1-10/+0
2021-09-25Convert hgatp to csr_tScott Johnson1-0/+33
2021-09-25Convert hideleg to csr_tScott Johnson1-1/+1
2021-09-25Convert hstatus_csr_t to more generic masked_csr_tScott Johnson1-7/+5
2021-09-25Convert mtval2 to csr_tScott Johnson1-0/+11
2021-09-20Fix logged value of minstretScott Johnson1-0/+5
2021-09-20Provide mechanism (not yet used) for the logged value to be different from re...Scott Johnson1-2/+6