Changeset 336 for trunk/hal/x86_64/core/hal_segmentation.h
- Timestamp:
- Aug 7, 2017, 11:22:15 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_segmentation.h
r308 r336 163 163 void lidt(struct region_descriptor *); 164 164 void ltr(uint16_t); 165 tls_t *cur cpu();165 tls_t *curtls(); 166 166 167 167 #define INTRS_ENABLED 0xFFEFAAAA
Note: See TracChangeset
for help on using the changeset viewer.