summary refs log tree commit diff stats
path: root/target/mips/cpu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-251-2/+2
* target/mips: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé2024-03-121-11/+4
* target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handlerPhilippe Mathieu-Daudé2024-03-121-1/+1
* target/mips: Populate CPUClass.mmu_indexRichard Henderson2024-02-031-0/+6
* include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson2024-01-291-1/+1
* accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson2023-10-041-1/+0
* target/*: Add instance_align to all cpu base classesRichard Henderson2023-10-031-0/+1
* target/mips: Implement Loongson CSR instructionsJiaxun Yang2023-07-101-0/+10
* target/mips: Rework cp0_timer with clock APIJiaxun Yang2023-07-101-3/+5
* *: Add missing includes of qemu/error-report.hRichard Henderson2023-03-221-0/+1
* target/mips: Implement CP0.Config7.WII bit supportMarcin Nowakowski2023-03-081-1/+3
* target/mips: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé2023-01-131-29/+0
* mips: Always include nanomips disassemblerPaolo Bonzini2023-01-131-2/+0
* mips: Remove support for trap and emulate KVMPaolo Bonzini2023-01-131-6/+1
* target/mips: Convert to 3-phase resetPeter Maydell2022-12-161-4/+8
* target/mips: Set CP0St_{KX, SX, UX} for Loongson-2FJiaxun Yang2022-11-081-0/+6
* target/mips: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-261-0/+1
* hw/core: Add CPUClass.get_pcRichard Henderson2022-10-041-0/+8
* target/mips: Fix WatchHi.M handlingMarcin Nowakowski2022-06-111-1/+1
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-061-2/+2
* target/mips: Remove duplicated MIPSCPU::cp0_count_ratePhilippe Mathieu-Daudé2022-03-071-10/+0
* target/mips: Fix cycle counter timing calculationsSimon Burge2022-03-071-1/+2
* target/mips: Make mips_cpu_tlb_fill sysemu onlyRichard Henderson2021-11-021-1/+1
* target/mips: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé2021-09-141-1/+1
* target/mips: Optimize regnames[] arraysPhilippe Mathieu-Daudé2021-06-241-1/+1
* hw/core: Constify TCGCPUOpsRichard Henderson2021-05-261-1/+1
* cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-261-1/+1
* cpu: Move CPUClass::vmsd to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-261-1/+1
* cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé2021-05-261-0/+8
* cpu: Rename CPUClass vmsd -> legacy_vmsdPhilippe Mathieu-Daudé2021-05-261-1/+1
* target/mips: Move CP0 helpers to sysemu/cp0.cPhilippe Mathieu-Daudé2021-05-021-103/+0
* target/mips: Move exception management code to exception.cPhilippe Mathieu-Daudé2021-05-021-113/+0
* target/mips: Move Special opcodes to tcg/sysemu/special_helper.cPhilippe Mathieu-Daudé2021-05-021-17/+0
* target/mips: Restrict mmu_init() to TCGPhilippe Mathieu-Daudé2021-05-021-1/+1
* target/mips: Declare mips_env_set_pc() inlined in "internal.h"Philippe Mathieu-Daudé2021-05-021-7/+1
* target/mips: Turn printfpr() macro into a proper functionPhilippe Mathieu-Daudé2021-05-021-27/+23
* target/mips: Restrict mips_cpu_dump_state() to cpu.cPhilippe Mathieu-Daudé2021-05-021-0/+77
* target/mips: Optimize CPU/FPU regnames[] arraysPhilippe Mathieu-Daudé2021-05-021-1/+1
* target/mips: Make CPU/FPU regnames[] arrays globalPhilippe Mathieu-Daudé2021-05-021-0/+7
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-docs-xen-upda...Peter Maydell2021-03-111-1/+1
|\
| * semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé2021-03-101-1/+1
* | clock: Add ClockEvent parameter to callbacksPeter Maydell2021-03-081-1/+1
|/
* target/mips: Create mips_io_recompile_replay_branchRichard Henderson2021-02-181-0/+18
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-051-13/+23
* cpu: move do_unaligned_access to tcg_opsClaudio Fontana2021-02-051-1/+2
* cpu: move cc->transaction_failed to tcg_opsClaudio Fontana2021-02-051-1/+3
* cpu: move cc->do_interrupt to tcg_opsClaudio Fontana2021-02-051-2/+2
* cpu: Move tlb_fill to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Move cpu_exec_* to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost2021-02-051-1/+3