arm64: Fix typos in arm_registers, add define for nGnRE.
Change-Id: I43aa971f2ead3a171af3c707539cbe08ff60cae5 Reviewed-on: https://review.haiku-os.org/c/haiku/+/5262 Reviewed-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com> Reviewed-by: David Karoly <karolyd577@gmail.com> Reviewed-by: waddlesplash <waddlesplash@gmail.com> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
This commit is contained in:
parent
a25542e7ef
commit
088321c119
@ -92,10 +92,10 @@
|
||||
#define ISS_DATA_SF (0x01 << 15)
|
||||
#define ISS_DATA_AR (0x01 << 14)
|
||||
#define ISS_DATA_FnV (0x01 << 10)
|
||||
#define ISS_DATa_EA (0x01 << 9)
|
||||
#define ISS_DATa_CM (0x01 << 8)
|
||||
#define ISS_DATA_EA (0x01 << 9)
|
||||
#define ISS_DATA_CM (0x01 << 8)
|
||||
#define ISS_INSN_S1PTW (0x01 << 7)
|
||||
#define ISS_DATa_WnR (0x01 << 6)
|
||||
#define ISS_DATA_WnR (0x01 << 6)
|
||||
#define ISS_DATA_DFSC_MASK (0x3f << 0)
|
||||
#define ISS_DATA_DFSC_ASF_L0 (0x00 << 0)
|
||||
#define ISS_DATA_DFSC_ASF_L1 (0x01 << 0)
|
||||
@ -500,6 +500,7 @@
|
||||
#define MAIR_ATTR_MASK(idx) (0xff << ((n)* 8))
|
||||
#define MAIR_ATTR(attr, idx) ((attr) << ((idx) * 8))
|
||||
#define MAIR_DEVICE_nGnRnE 0x00
|
||||
#define MAIR_DEVICE_nGnRE 0x04
|
||||
#define MAIR_NORMAL_NC 0x44
|
||||
#define MAIR_NORMAL_WT 0xbb
|
||||
#define MAIR_NORMAL_WB 0xff
|
||||
|
Loading…
x
Reference in New Issue
Block a user