summaryrefslogtreecommitdiff
path: root/target/mips/internal.h
AgeCommit message (Expand)Author
2021-02-21target/mips: Let CPUMIPSTLBContext::map_address() take MMUAccessTypePhilippe Mathieu-Daudé
2021-02-21target/mips: Let cpu_mips_translate_address() take MMUAccessType argPhilippe Mathieu-Daudé
2021-02-21target/mips: Remove access_type argument from map_address() handlerPhilippe Mathieu-Daudé
2021-01-14target/mips: Move msa_reset() to msa_helper.cPhilippe Mathieu-Daudé
2021-01-14target/mips: Use CP0_Config3 to set MIPS_HFLAG_MSAPhilippe Mathieu-Daudé
2021-01-14target/mips: Move mmu_init() functions to tlb_helper.cPhilippe Mathieu-Daudé
2021-01-14target/mips: Move common helpers from helper.c to cpu.cPhilippe Mathieu-Daudé
2021-01-14target/mips: Extract FPU helpers to 'fpu_helper.h'Philippe Mathieu-Daudé
2021-01-14target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6Philippe Mathieu-Daudé
2021-01-14target/mips/mips-defs: Rename ISA_MIPS32R2 as ISA_MIPS_R2Philippe Mathieu-Daudé
2021-01-14target/mips/mips-defs: Rename ISA_MIPS32 as ISA_MIPS_R1Philippe Mathieu-Daudé
2021-01-14target/mips/mips-defs: Use ISA_MIPS32R6 definition to check Release 6Philippe Mathieu-Daudé
2020-12-13target/mips: Use FloatRoundMode enum for FCR31 modes conversionPhilippe Mathieu-Daudé
2020-12-13target/mips: Move cpu definitions, reset() and realize() to cpu.cPhilippe Mathieu-Daudé
2020-12-13target/mips: Explicit Release 6 MMU typesPhilippe Mathieu-Daudé
2020-12-13target/mips: Include "exec/memattrs.h" in 'internal.h'Philippe Mathieu-Daudé
2020-10-17target/mips: Move cpu_mips_get_random() with CP0 helpersPhilippe Mathieu-Daudé
2020-10-17target/mips: Fix some comment spelling errorszhaolichang
2020-06-09target/mips: Add Loongson-3 CPU definitionHuacai Chen
2020-06-09target/mips: fpu: Refactor conversion from ieee to mips exception flagsAleksandar Markovic
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée
2020-01-29target/mips: Add implementation of GINVT instructionYongbok Kim
2019-10-01target/mips: Clean up internal.hAleksandar Markovic
2019-09-12target/mips: Switch to do_transaction_failed() hookPeter Maydell
2019-08-19target/mips: rationalise softfloat includesAlex Bennée
2019-08-16migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster
2019-05-10target/mips: Convert to CPUClass::tlb_fillRichard Henderson
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2019-01-18target/mips: Provide R/W access to SAARI and SAAR CP0 registersYongbok Kim
2018-10-18target/mips: Implement hardware page table walker for MIPS32Yongbok Kim
2018-10-18target/mips: Improve DSP R2/R3-related namingStefan Markovic
2018-10-18target/mips: Add availability control for DSP R3 ASEStefan Markovic
2018-10-18target/mips: Increase 'supported ISAs/ASEs' flag holder sizePhilippe Mathieu-Daudé
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier
2017-09-21mips: MIPSCPU model subclassesIgor Mammedov
2017-09-21mips: split cpu_mips_realize_env() out of cpu_mips_init()Philippe Mathieu-Daudé
2017-09-21mips: introduce internal.h and cleanup cpu.hPhilippe Mathieu-Daudé