iexecp:
iesp:
.struct iesp + regsize
-isave_prev:
- .struct isave_prev + regsize
+isave_parent:
+ .struct isave_parent + regsize
ivec:
.struct ivec + regsize
iecode:
/* struct layout: critical section of struct proc_info */
.struct 0
-proc_pid:
- .struct proc_pid + regsize
-proc_parent:
- .struct proc_parent + regsize
-proc_intr_ctx:
- .struct proc_intr_ctx + regsize
-proc_ustack_top:
- .struct proc_ustack_top + regsize
-proc_page_table:
- .struct proc_page_table + regsize
-proc_fxstate:
+thread_hstate:
+ .struct thread_hstate + regsize
+thread_ustack_top:
/* struct layout: proc_sig */
.struct 0
.struct psig_sigact + regsize
psig_sighand:
.struct psig_sighand + regsize
-psig_saved_ictx:
\ No newline at end of file
+psig_saved_hstate:
\ No newline at end of file