diff options
Diffstat (limited to 'usr/src/uts/intel/sys/segments.h')
-rw-r--r-- | usr/src/uts/intel/sys/segments.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/uts/intel/sys/segments.h b/usr/src/uts/intel/sys/segments.h index 84eb363f00..6bf18b3082 100644 --- a/usr/src/uts/intel/sys/segments.h +++ b/usr/src/uts/intel/sys/segments.h @@ -482,6 +482,10 @@ void init_boot_gdt(user_desc_t *); #define SDT_MEMERC 30 /* execute read conforming */ #define SDT_MEMERAC 31 /* execute read accessed conforming */ +/* These bits are within the "type" field, like the values above. */ +#define SDT_A 0x01 /* accessed bit */ +#define SDT_S 0x10 /* S-bit at the top of "type" for usegs */ + /* * Entries in the Interrupt Descriptor Table (IDT) */ |