Age | Commit message (Expand) | Author | Files | Lines |
2021-05-02 | target/mips: Move TCG source files under tcg/ sub directory | Philippe Mathieu-Daudé | 22 | -0/+46879 |
2021-05-02 | target/mips: Move exception management code to exception.c | Philippe Mathieu-Daudé | 1 | -0/+14 |
2021-05-02 | target/mips: Move TLB management helpers to tcg/sysemu/tlb_helper.c | Philippe Mathieu-Daudé | 2 | -0/+340 |
2021-05-02 | target/mips: Move helper_cache() to tcg/sysemu/special_helper.c | Philippe Mathieu-Daudé | 2 | -0/+34 |
2021-05-02 | target/mips: Move Special opcodes to tcg/sysemu/special_helper.c | Philippe Mathieu-Daudé | 4 | -0/+151 |
2021-05-02 | target/mips: Restrict CPUMIPSTLBContext::map_address() handlers scope | Philippe Mathieu-Daudé | 1 | -6/+7 |
2021-05-02 | target/mips: Move tlb_helper.c to tcg/sysemu/ | Philippe Mathieu-Daudé | 3 | -0/+1078 |
2021-05-02 | target/mips: Restrict mmu_init() to TCG | Philippe Mathieu-Daudé | 1 | -0/+2 |
2021-05-02 | target/mips: Move sysemu TCG-specific code to tcg/sysemu/ subfolder | Philippe Mathieu-Daudé | 5 | -0/+2254 |
2021-05-02 | target/mips: Restrict cpu_mips_get_random() / update_pagemask() to TCG | Philippe Mathieu-Daudé | 1 | -0/+9 |
2021-05-02 | target/mips: Add simple user-mode mips_cpu_tlb_fill() | Philippe Mathieu-Daudé | 1 | -0/+36 |
2021-05-02 | target/mips: Add simple user-mode mips_cpu_do_interrupt() | Philippe Mathieu-Daudé | 3 | -0/+34 |
2021-05-02 | target/mips: Introduce tcg-internal.h for TCG specific declarations | Philippe Mathieu-Daudé | 1 | -0/+20 |