aboutsummaryrefslogtreecommitdiff
path: root/target/mips/internal.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-09Merge remote-tracking branch 'remotes/philmd/tags/mips-20220308' into stagingPeter Maydell1-0/+9
2022-03-07target/mips: Remove duplicated MIPSCPU::cp0_count_ratePhilippe Mathieu-Daudé1-0/+9
2022-03-06target: Use forward declared type instead of structure typePhilippe Mathieu-Daudé1-7/+7
2022-03-06target: Include missing 'cpu.h'Philippe Mathieu-Daudé1-0/+1
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson1-2/+0
2021-06-24target/mips: Optimize regnames[] arraysPhilippe Mathieu-Daudé1-1/+1
2021-05-02target/mips: Move TCG source files under tcg/ sub directoryPhilippe Mathieu-Daudé1-11/+0
2021-05-02target/mips: Move CP0 helpers to sysemu/cp0.cPhilippe Mathieu-Daudé1-4/+5
2021-05-02target/mips: Move exception management code to exception.cPhilippe Mathieu-Daudé1-13/+0
2021-05-02target/mips: Move TLB management helpers to tcg/sysemu/tlb_helper.cPhilippe Mathieu-Daudé1-7/+0
2021-05-02target/mips: Restrict CPUMIPSTLBContext::map_address() handlers scopePhilippe Mathieu-Daudé1-6/+0
2021-05-02target/mips: Move tlb_helper.c to tcg/sysemu/Philippe Mathieu-Daudé1-5/+0
2021-05-02target/mips: Restrict mmu_init() to TCGPhilippe Mathieu-Daudé1-3/+0
2021-05-02target/mips: Restrict cpu_mips_get_random() / update_pagemask() to TCGPhilippe Mathieu-Daudé1-4/+0
2021-05-02target/mips: Move physical addressing code to sysemu/physaddr.cPhilippe Mathieu-Daudé1-1/+24
2021-05-02target/mips: Move cpu_signal_handler definition aroundPhilippe Mathieu-Daudé1-5/+4
2021-05-02target/mips: Introduce tcg-internal.h for TCG specific declarationsPhilippe Mathieu-Daudé1-4/+3
2021-05-02target/mips: Merge do_translate_address into cpu_mips_translate_addressPhilippe Mathieu-Daudé1-1/+1
2021-05-02target/mips: Declare mips_env_set_pc() inlined in "internal.h"Philippe Mathieu-Daudé1-0/+10
2021-05-02target/mips: Restrict mips_cpu_dump_state() to cpu.cPhilippe Mathieu-Daudé1-1/+0
2021-05-02target/mips: Optimize CPU/FPU regnames[] arraysPhilippe Mathieu-Daudé1-2/+2
2021-05-02target/mips: Make CPU/FPU regnames[] arrays globalPhilippe Mathieu-Daudé1-0/+3
2021-02-21target/mips: Let CPUMIPSTLBContext::map_address() take MMUAccessTypePhilippe Mathieu-Daudé1-4/+4
2021-02-21target/mips: Let cpu_mips_translate_address() take MMUAccessType argPhilippe Mathieu-Daudé1-1/+1
2021-02-21target/mips: Remove access_type argument from map_address() handlerPhilippe Mathieu-Daudé1-4/+4
2021-01-14target/mips: Move msa_reset() to msa_helper.cPhilippe Mathieu-Daudé1-0/+2
2021-01-14target/mips: Use CP0_Config3 to set MIPS_HFLAG_MSAPhilippe Mathieu-Daudé1-1/+1
2021-01-14target/mips: Move mmu_init() functions to tlb_helper.cPhilippe Mathieu-Daudé1-0/+1
2021-01-14target/mips: Move common helpers from helper.c to cpu.cPhilippe Mathieu-Daudé1-0/+2
2021-01-14target/mips: Extract FPU helpers to 'fpu_helper.h'Philippe Mathieu-Daudé1-49/+0
2021-01-14target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6Philippe Mathieu-Daudé1-2/+2
2021-01-14target/mips/mips-defs: Rename ISA_MIPS32R2 as ISA_MIPS_R2Philippe Mathieu-Daudé1-1/+1
2021-01-14target/mips/mips-defs: Rename ISA_MIPS32 as ISA_MIPS_R1Philippe Mathieu-Daudé1-1/+1
2021-01-14target/mips/mips-defs: Use ISA_MIPS32R6 definition to check Release 6Philippe Mathieu-Daudé1-1/+1
2020-12-13target/mips: Use FloatRoundMode enum for FCR31 modes conversionPhilippe Mathieu-Daudé1-1/+2
2020-12-13target/mips: Move cpu definitions, reset() and realize() to cpu.cPhilippe Mathieu-Daudé1-4/+0
2020-12-13target/mips: Explicit Release 6 MMU typesPhilippe Mathieu-Daudé1-4/+5
2020-12-13target/mips: Include "exec/memattrs.h" in 'internal.h'Philippe Mathieu-Daudé1-0/+1
2020-10-17target/mips: Move cpu_mips_get_random() with CP0 helpersPhilippe Mathieu-Daudé1-1/+1
2020-10-17target/mips: Fix some comment spelling errorszhaolichang1-1/+1
2020-06-09target/mips: Add Loongson-3 CPU definitionHuacai Chen1-0/+2
2020-06-09target/mips: fpu: Refactor conversion from ieee to mips exception flagsAleksandar Markovic1-1/+0
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée1-1/+1
2020-01-29target/mips: Add implementation of GINVT instructionYongbok Kim1-0/+1
2019-10-01target/mips: Clean up internal.hAleksandar Markovic1-23/+37
2019-09-12target/mips: Switch to do_transaction_failed() hookPeter Maydell1-3/+5
2019-08-19target/mips: rationalise softfloat includesAlex Bennée1-0/+7
2019-08-16migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster1-1/+1
2019-05-10target/mips: Convert to CPUClass::tlb_fillRichard Henderson1-2/+3
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster1-2/+1