Changeset 339 for trunk/hal/x86_64/core/hal_segmentation.h
- Timestamp:
- Aug 7, 2017, 3:11:45 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_segmentation.h
r336 r339 154 154 uint32_t tls_gid; 155 155 uint32_t tls_lid; 156 uint64_t tls_rsp0; /* pointer for fast access */ 156 157 void *tls_thr; 157 158 reg_t tls_intr; 158 void *tls_tf; 159 void *tls_tf; /* debug only */ 159 160 } __packed; 160 161 typedef struct tls tls_t; … … 169 170 170 171 #endif /* !x86_ASM */ 172 173 /* TLS offsets */ 174 #define TLS_SELF 0 175 #define TLS_GID 8 176 #define TLS_LID 12 177 #define TLS_RSP0 16 171 178 172 179 /* system segments and gate types */
Note: See TracChangeset
for help on using the changeset viewer.