Searched hist:fed50ffd5ce4b03f94036232c613b2ca8fba06eb (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/mips/ |
H A D | msa.c | fed50ffd5ce4b03f94036232c613b2ca8fba06eb Sat Jan 16 09:32:06 CST 2021 Philippe Mathieu-Daudé <f4bug@amsat.org> target/mips: Move msa_reset() to new source file
mips_cpu_reset() is used by all accelerators, and calls msa_reset(), which is defined in msa_helper.c.
Beside msa_reset(), the rest of msa_helper.c is only useful to the TCG accelerator. To be able to restrict this helper file to TCG, we need to move msa_reset() out of it.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210428170410.479308-4-f4bug@amsat.org>
|
H A D | meson.build | diff fed50ffd5ce4b03f94036232c613b2ca8fba06eb Sat Jan 16 09:32:06 CST 2021 Philippe Mathieu-Daudé <f4bug@amsat.org> target/mips: Move msa_reset() to new source file
mips_cpu_reset() is used by all accelerators, and calls msa_reset(), which is defined in msa_helper.c.
Beside msa_reset(), the rest of msa_helper.c is only useful to the TCG accelerator. To be able to restrict this helper file to TCG, we need to move msa_reset() out of it.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210428170410.479308-4-f4bug@amsat.org>
|