aboutsummaryrefslogtreecommitdiff
path: root/target/mips/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2018-10-18target/mips: Add CP0 PWField registerYongbok Kim1-0/+15
2018-10-18target/mips: Add CP0 PWBase registerYongbok Kim1-0/+1
2018-10-18target/mips: Improve DSP R2/R3-related namingStefan Markovic1-3/+3
2018-10-18target/mips: Add bit definitions for DSP R3 ASEStefan Markovic1-0/+1
2018-10-18target/mips: Increase 'supported ISAs/ASEs' flag holder sizePhilippe Mathieu-Daudé1-1/+1
2018-10-18target/mips: Add a comment before each CP0 register section in cpu.hAleksandar Markovic1-0/+88
2018-10-18target/mips: Add a comment with an overview of CP0 registersAleksandar Markovic1-0/+109
2018-08-24target/mips: Implement emulation of nanoMIPS LLWP/SCWP pairAleksandar Rikalo1-0/+2
2018-08-16target/mips: Add CP0 BadInstrX registerStefan Markovic1-0/+1
2018-08-16target/mips: Update some CP0 registers bit definitionsAleksandar Markovic1-69/+88
2018-03-19cpu: get rid of unused cpu_init() definesIgor Mammedov1-2/+0
2018-03-19cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov1-0/+1
2017-10-27mips: malta/boston: replace cpu_model with cpu_typeIgor Mammedov1-2/+6
2017-09-21mips: replace cpu_mips_init() with cpu_generic_init()Igor Mammedov1-2/+1
2017-09-21mips: introduce internal.h and cleanup cpu.hPhilippe Mathieu-Daudé1-353/+1
2017-07-20target/mips: Add segmentation control registersJames Hogan1-0/+30
2017-07-20target/mips: Add an MMU mode for ERLJames Hogan1-4/+13
2017-07-20target/mips: Abstract mmu_idx from hflagsJames Hogan1-1/+7
2017-07-20target/mips: Add CP0_Ebase.WG (write gate) supportJames Hogan1-1/+4
2017-02-21target-mips: Provide function to test if a CPU supports an ISAPaul Burton1-0/+1
2017-01-13cputlb: drop flush_global flag from tlb_flushAlex Bennée1-1/+1
2017-01-13qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée1-0/+3
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+1069