Subversion Repositories HelenOS-historic

Rev

Rev 1023 | Rev 1265 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1023 Rev 1053
Line 46... Line 46...
46
#define GE_ILLEGALDEP       8
46
#define GE_ILLEGALDEP       8
47
 
47
 
48
#define EOI 0       /**< The actual value doesn't matter. */
48
#define EOI 0       /**< The actual value doesn't matter. */
49
 
49
 
50
struct istate {
50
struct istate {
-
 
51
 
-
 
52
    __r128 f2;
-
 
53
    __r128 f3;
-
 
54
    __r128 f4;
-
 
55
    __r128 f5;
-
 
56
    __r128 f6;
-
 
57
    __r128 f7;
-
 
58
    __r128 f8;
-
 
59
    __r128 f9;
-
 
60
    __r128 f10;
-
 
61
    __r128 f11;
-
 
62
    __r128 f12;
-
 
63
    __r128 f13;
-
 
64
    __r128 f14;
-
 
65
    __r128 f15;
-
 
66
    __r128 f16;
-
 
67
    __r128 f17;
-
 
68
    __r128 f18;
-
 
69
    __r128 f19;
-
 
70
    __r128 f20;
-
 
71
    __r128 f21;
-
 
72
    __r128 f22;
-
 
73
    __r128 f23;
-
 
74
    __r128 f24;
-
 
75
    __r128 f25;
-
 
76
    __r128 f26;
-
 
77
    __r128 f27;
-
 
78
    __r128 f28;
-
 
79
    __r128 f29;
-
 
80
    __r128 f30;
-
 
81
    __r128 f31;
-
 
82
   
-
 
83
   
51
    __address ar_bsp;
84
    __address ar_bsp;
52
    __address ar_bspstore;
85
    __address ar_bspstore;
53
    __address ar_bspstore_new;
86
    __address ar_bspstore_new;
54
    __u64 ar_rnat;
87
    __u64 ar_rnat;
55
    __u64 ar_ifs;
88
    __u64 ar_ifs;