mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
Fix some ISS bit definitions for data aborts.
MFC after: 1 week Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
4b1ac5c2d8
commit
a9da8477af
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349910
@ -91,10 +91,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_INSN_S1PTW (0x01 << 7)
|
||||
#define ISS_DATa_WnR (0x01 << 6)
|
||||
#define ISS_DATA_EA (0x01 << 9)
|
||||
#define ISS_DATA_CM (0x01 << 8)
|
||||
#define ISS_DATA_S1PTW (0x01 << 7)
|
||||
#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)
|
||||
|
Loading…
Reference in New Issue
Block a user