mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
target/nios2: Rename CR_TLBMISC_WR to CR_TLBMISC_WE
WE is the architectural name of the field, not WR. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220421151735.31996-29-richard.henderson@linaro.org>
This commit is contained in:
parent
9d63656354
commit
8036281527
3 changed files with 5 additions and 5 deletions
|
@ -134,7 +134,7 @@ FIELD(CR_TLBACC, IG, 25, 7)
|
|||
#define CR_TLBMISC_WAY_SHIFT 20
|
||||
#define CR_TLBMISC_WAY_MASK (0xF << CR_TLBMISC_WAY_SHIFT)
|
||||
#define CR_TLBMISC_RD (1 << 19)
|
||||
#define CR_TLBMISC_WR (1 << 18)
|
||||
#define CR_TLBMISC_WE (1 << 18)
|
||||
#define CR_TLBMISC_PID_SHIFT 4
|
||||
#define CR_TLBMISC_PID_MASK (0x3FFF << CR_TLBMISC_PID_SHIFT)
|
||||
#define CR_TLBMISC_DBL (1 << 3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue