Changeset 240 for trunk/hal/x86_64/core/hal_segmentation.h
- Timestamp:
- Jul 20, 2017, 9:55:05 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_segmentation.h
r234 r240 154 154 uint32_t tls_lid; 155 155 void *tls_thr; 156 reg_t tls_intr; 156 157 } __packed; 157 158 typedef struct tls tls_t; … … 160 161 void lidt(struct region_descriptor *); 161 162 void ltr(uint16_t); 163 tls_t *curcpu(); 164 165 #define INTRS_ENABLED 0xFFEFAAAA 166 #define INTRS_DISABLED 0xD0CCCCC0 162 167 163 168 #endif /* !x86_ASM */
Note: See TracChangeset
for help on using the changeset viewer.