aa64: finalise context switch, page fault handler and syscall
[lunaix-os.git] / lunaix-os / arch / aarch64 / includes / asm / aa64_msrs.h
index 546a2413a579fa9f78dd77831df5127763b59a76..7add2848c98858de87bc57fe56f9df0676af11a4 100644 (file)
@@ -21,6 +21,8 @@
 #define SP_EL0          __sr_encode(3, 0,  4,  1, 0)
 #define SP_EL1          __sr_encode(3, 4,  4,  1, 0)
 
+#define FAR_EL1         __sr_encode(3, 0,  6,  0, 0)
+
 #define ID_AA64PFR0_EL1          __sr_encode(3, 0,  0,  4, 0)
 
 #ifndef __ASM__