mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-23 23:23:02 +00:00
cpu_regs.h: Add Apple-defined exception types
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
b1f55015eb
commit
e484d6df70
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
|||
#include "arm_cpu_regs.h"
|
||||
#include "types.h"
|
||||
|
||||
/* ARM extensions */
|
||||
#define ESR_EC_IMPDEF 0b111111
|
||||
#define ESR_ISS_IMPDEF_MSR 0x20
|
||||
|
||||
/* HID registers */
|
||||
#define SYS_IMP_APL_HID0 sys_reg(3, 0, 15, 0, 0)
|
||||
#define HID0_FETCH_WIDTH_DISABLE (1UL << 28)
|
||||
|
|
Loading…
Reference in a new issue