Home | History | Annotate | Download | only in arm64

Lines Matching refs:ExceptionFixed

676   ExceptionFixed = 0xD4000000,
679 HLT = ExceptionFixed | 0x00400000,
680 BRK = ExceptionFixed | 0x00200000,
681 SVC = ExceptionFixed | 0x00000001,
682 HVC = ExceptionFixed | 0x00000002,
683 SMC = ExceptionFixed | 0x00000003,
684 DCPS1 = ExceptionFixed | 0x00A00001,
685 DCPS2 = ExceptionFixed | 0x00A00002,
686 DCPS3 = ExceptionFixed | 0x00A00003