Rev 1212 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1212 | Rev 1256 | ||
---|---|---|---|
Line 40... | Line 40... | ||
40 | int vendor; |
40 | int vendor; |
41 | int family; |
41 | int family; |
42 | int model; |
42 | int model; |
43 | int stepping; |
43 | int stepping; |
44 | struct tss *tss; |
44 | struct tss *tss; |
- | 45 | ||
- | 46 | count_t iomapver_copy; /** Copy of TASK's I/O Permission bitmap generation count. */ |
|
45 | }; |
47 | }; |
46 | 48 | ||
47 | 49 | ||
48 | #define CR4_OSFXSR_MASK (1<<9) |
50 | #define CR4_OSFXSR_MASK (1<<9) |
49 | 51 |