]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/loongarch: Add dynamic function access with CSR register
authorBibo Mao <maobibo@loongson.cn>
Mon, 13 Jan 2025 03:28:18 +0000 (11:28 +0800)
committerBibo Mao <maobibo@loongson.cn>
Fri, 24 Jan 2025 06:49:24 +0000 (14:49 +0800)
commit90f73c2d7fd006ef4cfb12d4146cae07afa861c1
tree2cadd09eb3c188e917aa1f4af2093dea51621b5f
parentcf86770c7aa31ebd6e56f4eeb25c34107f92c51e
target/loongarch: Add dynamic function access with CSR register

With CSR register, dynamic function access is used for CSR register
access in TCG mode, so that csr info can be used by other modules.

Signed-off-by: Bibo Mao <maobibo@loongson.cn>
target/loongarch/tcg/insn_trans/trans_privileged.c.inc
target/loongarch/tcg/tcg_loongarch.h [new file with mode: 0644]
target/loongarch/tcg/translate.c