]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/loongarch: Add common header file for CSR registers
authorBibo Mao <maobibo@loongson.cn>
Wed, 22 Jan 2025 07:21:01 +0000 (15:21 +0800)
committerBibo Mao <maobibo@loongson.cn>
Fri, 24 Jan 2025 06:49:24 +0000 (14:49 +0800)
commitd03114ea20e043278306f168bcf306a6605ed4a5
tree1fb08db512792e53c74ef846cadc4c28d1c172fc
parent75b2c5da94fc9f94370438d27c179abcc8f424be
target/loongarch: Add common header file for CSR registers

Common header file csr.h is added here, it can be used by both
TCG mode and kvm mode.

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