summaryrefslogtreecommitdiff
path: root/target/mips/cpu.h
AgeCommit message (Expand)AuthorFilesLines
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