summaryrefslogtreecommitdiffstats
path: root/target/loongarch/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* target/loongarch: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-261-0/+11
* accel/tcg: Introduce tb_pc and log_pcRichard Henderson2022-10-041-1/+1
* hw/core: Add CPUClass.get_pcRichard Henderson2022-10-041-0/+9
* target/loongarch: add gdb_arch_name()Song Gao2022-08-051-0/+6
* target/loongarch: Fix GDB get the wrong pcSong Gao2022-08-051-1/+1
* hw/loongarch: Add fdt supportXiaojuan Yang2022-07-191-0/+1
* target/loongarch/cpu: Fix cpucfg default valueXiaojuan Yang2022-07-191-1/+1
* target/loongarch/cpu: Fix coverity errors about excp_namesXiaojuan Yang2022-07-191-3/+3
* target/loongarch: Fix loongarch_cpu_class_by_nameXiaojuan Yang2022-07-191-5/+15
* target/loongarch: Clean up tlb when cpu resetSong Gao2022-07-051-0/+1
* target/loongarch: Fix the meaning of ECFG reg's VS fieldXiaojuan Yang2022-07-041-0/+4
* target/loongarch: Adjust functions and structure to support user-modeSong Gao2022-07-041-1/+20
* target/loongarch: remove unused include hw/loader.hSong Gao2022-07-041-1/+0Star
* target/loongarch: Fix helper_asrtle_d/asrtgt_d raise wrong exceptionSong Gao2022-07-041-0/+2
* target/loongarch: Fix missing update CSR_BADVSong Gao2022-07-041-4/+6
* target/loongarch: Add gdb support.Xiaojuan Yang2022-06-061-0/+9
* hw/loongarch: Add support loongson3 virt machine type.Xiaojuan Yang2022-06-061-0/+2
* target/loongarch: Add LoongArch IOCSR instructionXiaojuan Yang2022-06-061-0/+44
* target/loongarch: Add constant timer supportXiaojuan Yang2022-06-061-0/+2
* target/loongarch: Add LoongArch interrupt and exception handleXiaojuan Yang2022-06-061-0/+230
* target/loongarch: Add MMU support for LoongArch CPU.Xiaojuan Yang2022-06-061-0/+24
* target/loongarch: Implement qmp_query_cpu_definitions()Xiaojuan Yang2022-06-061-0/+26
* target/loongarch: Add basic vmstate description of CPU.Xiaojuan Yang2022-06-061-0/+1
* target/loongarch: Add CSRs definitionXiaojuan Yang2022-06-061-0/+41
* target/loongarch: Add floating point arithmetic instruction translationSong Gao2022-06-061-0/+1
* target/loongarch: Add core definitionSong Gao2022-06-061-0/+324