Changeset 167 for trunk/hal/x86_64/core/hal_segmentation.h
- Timestamp:
- Jul 10, 2017, 10:23:29 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_segmentation.h
r164 r167 145 145 146 146 #define IOMAP_INVALOFF 0xffff 147 148 /* 149 * Our definition of Thread-Local Storage. 150 */ 151 struct tls { 152 void *tls_self; 153 uint32_t tls_gid; 154 uint32_t tls_lid; 155 void *tls_thr; 156 } __packed; 157 typedef struct tls tls_t; 147 158 148 159 void lgdt(struct region_descriptor *);
Note: See TracChangeset
for help on using the changeset viewer.