Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | target/mips: Rewrite UHI errno_mips() using switch statement | Philippe Mathieu-Daudé | 2021-07-11 | 1 | -15/+9 |
* | target/mips: Constify host_to_mips_errno[] | Philippe Mathieu-Daudé | 2021-06-24 | 1 | -1/+1 |
* | target/mips: Fix potential integer overflow (CID 1452921) | Philippe Mathieu-Daudé | 2021-06-24 | 1 | -1/+2 |
* | target/mips: Move TLB management helpers to tcg/sysemu/tlb_helper.c | Philippe Mathieu-Daudé | 2021-05-02 | 1 | -0/+331 |
* | target/mips: Move helper_cache() to tcg/sysemu/special_helper.c | Philippe Mathieu-Daudé | 2021-05-02 | 1 | -0/+33 |
* | target/mips: Move Special opcodes to tcg/sysemu/special_helper.c | Philippe Mathieu-Daudé | 2021-05-02 | 2 | -0/+141 |
* | target/mips: Restrict CPUMIPSTLBContext::map_address() handlers scope | Philippe Mathieu-Daudé | 2021-05-02 | 1 | -6/+7 |
* | target/mips: Move tlb_helper.c to tcg/sysemu/ | Philippe Mathieu-Daudé | 2021-05-02 | 2 | -0/+1073 |
* | target/mips: Move sysemu TCG-specific code to tcg/sysemu/ subfolder | Philippe Mathieu-Daudé | 2021-05-02 | 3 | -0/+2083 |