aboutsummaryrefslogtreecommitdiff
path: root/target/mips/translate_init.c.inc
AgeCommit message (Expand)AuthorFilesLines
2021-01-14target/mips: Rename translate_init.c as cpu-defs.cPhilippe Mathieu-Daudé1-1007/+0
2021-01-14target/mips: Move mmu_init() functions to tlb_helper.cPhilippe Mathieu-Daudé1-48/+0
2021-01-14target/mips: Fix code style for checkpatch.plPhilippe Mathieu-Daudé1-18/+18
2021-01-14target/mips: Extract FPU helpers to 'fpu_helper.h'Philippe Mathieu-Daudé1-0/+2
2021-01-14target/mips/mips-defs: Rename CPU_MIPSxx Release 1 as CPU_MIPSxxR1Philippe Mathieu-Daudé1-7/+7
2021-01-14target/mips: Replace CP0_Config0 magic values by proper definitionsPhilippe Mathieu-Daudé1-6/+8
2020-12-13target/mips: Do not initialize MT registers if MT ASE absentPhilippe Mathieu-Daudé1-0/+4
2020-12-13target/mips: Remove mips_def_t unused argument from mvp_init()Philippe Mathieu-Daudé1-1/+1
2020-12-13target/mips: Allow executing MSA instructions on Loongson-3A4000Philippe Mathieu-Daudé1-2/+2
2020-11-03target/mips: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-10-17target/mips: Increase number of TLB entries on the 34Kf core (16 -> 64)Philippe Mathieu-Daudé1-1/+1
2020-10-17target/mips: Fix some comment spelling errorszhaolichang1-1/+1
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini1-0/+1047