1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Add fields for saving/restoring the IA-32 state.

This commit is contained in:
Doug Rabson 2002-04-10 19:23:21 +00:00
parent 01426578dc
commit 02939fd82c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94374

View File

@ -60,6 +60,14 @@ struct pcb {
u_int64_t pcb_pr; /* predicates */
u_int64_t pcb_pmap; /* current pmap */
u_int64_t pcb_fsr;
u_int64_t pcb_fcr;
u_int64_t pcb_fir;
u_int64_t pcb_fdr;
u_int64_t pcb_eflag;
u_int64_t pcb_csd;
u_int64_t pcb_ssd;
u_int64_t pcb_onfault; /* for copy faults */
u_int64_t pcb_accessaddr; /* for [fs]uswintr */