]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/nios2: Use hw/registerfields.h for CR_TLBMISC fields
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 21 Apr 2022 15:17:00 +0000 (08:17 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 26 Apr 2022 15:16:41 +0000 (08:16 -0700)
commit17c20fe3c829341a4100532f32752057d0cd6f6f
tree9bd31e1fc568942c4717a54cd471702ed0c35447
parent8036281527e5bdc2ebeca53a592115dcfa605245
target/nios2: Use hw/registerfields.h for CR_TLBMISC fields

Use FIELD_EX32 and FIELD_DP32 instead of managing the
masking by hand.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220421151735.31996-30-richard.henderson@linaro.org>
target/nios2/cpu.h
target/nios2/helper.c
target/nios2/mmu.c
target/nios2/translate.c