physical page list mapping
[lunaix-os.git] / lunaix-os / arch / aarch64 / exception / hart_fields.inc
index 62629bc00fe4f58bf733042d14e6fa06767874d3..0792638a9c42a23e5f8f01fe12889a5eb7cf2c98 100644 (file)
@@ -16,8 +16,8 @@ execp_link:
     .struct execp_link + 8
 execp_spel0_saved:
     .struct execp_spel0_saved + 8
-execp_spel1_saved:
-    .struct execp_spel1_saved + 8
+execp_rsvd:
+    .struct execp_rsvd + 8
 execp_syndrome:
     .struct execp_syndrome + 8
 execp_end:
@@ -30,3 +30,14 @@ hart_regs:
 hart_execp:
     .struct hart_execp + execp_end
 hart_end:
+
+    .struct 0
+sig_num:
+    .struct sig_pend + 4
+sigact:
+    .struct sigact + 8
+sighand:
+    .struct sighand + 8
+saved_hstate:
+    .struct saved_hstate + 8
+sig_end:
\ No newline at end of file