]>
Commit | Line | Data |
---|---|---|
1 | /* | |
2 | * Copyright (c) 2000-2006 Apple Computer, Inc. All rights reserved. | |
3 | * | |
4 | * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ | |
5 | * | |
6 | * This file contains Original Code and/or Modifications of Original Code | |
7 | * as defined in and that are subject to the Apple Public Source License | |
8 | * Version 2.0 (the 'License'). You may not use this file except in | |
9 | * compliance with the License. The rights granted to you under the License | |
10 | * may not be used to create, or enable the creation or redistribution of, | |
11 | * unlawful or unlicensed copies of an Apple operating system, or to | |
12 | * circumvent, violate, or enable the circumvention or violation of, any | |
13 | * terms of an Apple operating system software license agreement. | |
14 | * | |
15 | * Please obtain a copy of the License at | |
16 | * http://www.opensource.apple.com/apsl/ and read it before using this file. | |
17 | * | |
18 | * The Original Code and all software distributed under the License are | |
19 | * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER | |
20 | * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, | |
21 | * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, | |
22 | * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. | |
23 | * Please see the License for the specific language governing rights and | |
24 | * limitations under the License. | |
25 | * | |
26 | * @APPLE_OSREFERENCE_LICENSE_HEADER_END@ | |
27 | */ | |
28 | /* | |
29 | * @OSF_COPYRIGHT@ | |
30 | */ | |
31 | /* | |
32 | * Mach Operating System | |
33 | * Copyright (c) 1991,1990,1989 Carnegie Mellon University | |
34 | * All Rights Reserved. | |
35 | * | |
36 | * Permission to use, copy, modify and distribute this software and its | |
37 | * documentation is hereby granted, provided that both the copyright | |
38 | * notice and this permission notice appear in all copies of the | |
39 | * software, derivative works or modified versions, and any portions | |
40 | * thereof, and that both notices appear in supporting documentation. | |
41 | * | |
42 | * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" | |
43 | * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR | |
44 | * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. | |
45 | * | |
46 | * Carnegie Mellon requests users of this software to return to | |
47 | * | |
48 | * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU | |
49 | * School of Computer Science | |
50 | * Carnegie Mellon University | |
51 | * Pittsburgh PA 15213-3890 | |
52 | * | |
53 | * any improvements or extensions that they make and grant Carnegie Mellon | |
54 | * the rights to redistribute these changes. | |
55 | */ | |
56 | /* | |
57 | */ | |
58 | /* | |
59 | * File: thread_status.h | |
60 | * Author: Avadis Tevanian, Jr. | |
61 | * Date: 1985 | |
62 | * | |
63 | * This file contains the structure definitions for the thread | |
64 | * state as applied to I386 processors. | |
65 | */ | |
66 | ||
67 | #ifndef _MACH_I386_THREAD_STATUS_H_ | |
68 | #define _MACH_I386_THREAD_STATUS_H_ | |
69 | ||
70 | #include <mach/machine/_structs.h> | |
71 | #include <mach/message.h> | |
72 | #include <mach/i386/fp_reg.h> | |
73 | #include <mach/i386/thread_state.h> | |
74 | #include <i386/eflags.h> | |
75 | ||
76 | #ifdef KERNEL_PRIVATE | |
77 | #include <i386/proc_reg.h> | |
78 | #endif | |
79 | ||
80 | /* | |
81 | * the i386_xxxx form is kept for legacy purposes since these types | |
82 | * are externally known... eventually they should be deprecated. | |
83 | * our internal implementation has moved to the following naming convention | |
84 | * | |
85 | * x86_xxxx32 names are used to deal with 32 bit states | |
86 | * x86_xxxx64 names are used to deal with 64 bit states | |
87 | * x86_xxxx names are used to deal with either 32 or 64 bit states | |
88 | * via a self-describing mechanism | |
89 | */ | |
90 | ||
91 | /* | |
92 | * these are the legacy names which should be deprecated in the future | |
93 | * they are externally known which is the only reason we don't just get | |
94 | * rid of them | |
95 | */ | |
96 | #define i386_THREAD_STATE 1 | |
97 | #define i386_FLOAT_STATE 2 | |
98 | #define i386_EXCEPTION_STATE 3 | |
99 | ||
100 | /* | |
101 | * THREAD_STATE_FLAVOR_LIST 0 | |
102 | * these are the supported flavors | |
103 | */ | |
104 | #define x86_THREAD_STATE32 1 | |
105 | #define x86_FLOAT_STATE32 2 | |
106 | #define x86_EXCEPTION_STATE32 3 | |
107 | #define x86_THREAD_STATE64 4 | |
108 | #define x86_FLOAT_STATE64 5 | |
109 | #define x86_EXCEPTION_STATE64 6 | |
110 | #define x86_THREAD_STATE 7 | |
111 | #define x86_FLOAT_STATE 8 | |
112 | #define x86_EXCEPTION_STATE 9 | |
113 | #define x86_DEBUG_STATE32 10 | |
114 | #define x86_DEBUG_STATE64 11 | |
115 | #define x86_DEBUG_STATE 12 | |
116 | #define THREAD_STATE_NONE 13 | |
117 | /* 14 and 15 are used for the internal x86_SAVED_STATE flavours */ | |
118 | /* Arrange for flavors to take sequential values, 32-bit, 64-bit, non-specific */ | |
119 | #define x86_AVX_STATE32 16 | |
120 | #define x86_AVX_STATE64 (x86_AVX_STATE32 + 1) | |
121 | #define x86_AVX_STATE (x86_AVX_STATE32 + 2) | |
122 | #define x86_AVX512_STATE32 19 | |
123 | #define x86_AVX512_STATE64 (x86_AVX512_STATE32 + 1) | |
124 | #define x86_AVX512_STATE (x86_AVX512_STATE32 + 2) | |
125 | #define x86_PAGEIN_STATE 22 | |
126 | #define x86_THREAD_FULL_STATE64 23 | |
127 | ||
128 | /* | |
129 | * Largest state on this machine: | |
130 | * (be sure mach/machine/thread_state.h matches!) | |
131 | */ | |
132 | #define THREAD_MACHINE_STATE_MAX THREAD_STATE_MAX | |
133 | ||
134 | /* | |
135 | * VALID_THREAD_STATE_FLAVOR is a platform specific macro that when passed | |
136 | * an exception flavor will return if that is a defined flavor for that | |
137 | * platform. The macro must be manually updated to include all of the valid | |
138 | * exception flavors as defined above. | |
139 | */ | |
140 | #define VALID_THREAD_STATE_FLAVOR(x) \ | |
141 | ((x == x86_THREAD_STATE32) || \ | |
142 | (x == x86_FLOAT_STATE32) || \ | |
143 | (x == x86_EXCEPTION_STATE32) || \ | |
144 | (x == x86_DEBUG_STATE32) || \ | |
145 | (x == x86_THREAD_STATE64) || \ | |
146 | (x == x86_THREAD_FULL_STATE64) || \ | |
147 | (x == x86_FLOAT_STATE64) || \ | |
148 | (x == x86_EXCEPTION_STATE64) || \ | |
149 | (x == x86_DEBUG_STATE64) || \ | |
150 | (x == x86_THREAD_STATE) || \ | |
151 | (x == x86_FLOAT_STATE) || \ | |
152 | (x == x86_EXCEPTION_STATE) || \ | |
153 | (x == x86_DEBUG_STATE) || \ | |
154 | (x == x86_AVX_STATE32) || \ | |
155 | (x == x86_AVX_STATE64) || \ | |
156 | (x == x86_AVX_STATE) || \ | |
157 | (x == x86_AVX512_STATE32) || \ | |
158 | (x == x86_AVX512_STATE64) || \ | |
159 | (x == x86_AVX512_STATE) || \ | |
160 | (x == x86_PAGEIN_STATE) || \ | |
161 | (x == THREAD_STATE_NONE)) | |
162 | ||
163 | struct x86_state_hdr { | |
164 | uint32_t flavor; | |
165 | uint32_t count; | |
166 | }; | |
167 | typedef struct x86_state_hdr x86_state_hdr_t; | |
168 | ||
169 | /* | |
170 | * Default segment register values. | |
171 | */ | |
172 | ||
173 | #define USER_CODE_SELECTOR 0x0017 | |
174 | #define USER_DATA_SELECTOR 0x001f | |
175 | #define KERN_CODE_SELECTOR 0x0008 | |
176 | #define KERN_DATA_SELECTOR 0x0010 | |
177 | ||
178 | /* | |
179 | * to be deprecated in the future | |
180 | */ | |
181 | typedef _STRUCT_X86_THREAD_STATE32 i386_thread_state_t; | |
182 | #define i386_THREAD_STATE_COUNT ((mach_msg_type_number_t) \ | |
183 | ( sizeof (i386_thread_state_t) / sizeof (int) )) | |
184 | ||
185 | typedef _STRUCT_X86_THREAD_STATE32 x86_thread_state32_t; | |
186 | #define x86_THREAD_STATE32_COUNT ((mach_msg_type_number_t) \ | |
187 | ( sizeof (x86_thread_state32_t) / sizeof (int) )) | |
188 | ||
189 | /* | |
190 | * to be deprecated in the future | |
191 | */ | |
192 | typedef _STRUCT_X86_FLOAT_STATE32 i386_float_state_t; | |
193 | #define i386_FLOAT_STATE_COUNT ((mach_msg_type_number_t) \ | |
194 | (sizeof(i386_float_state_t)/sizeof(unsigned int))) | |
195 | ||
196 | typedef _STRUCT_X86_FLOAT_STATE32 x86_float_state32_t; | |
197 | #define x86_FLOAT_STATE32_COUNT ((mach_msg_type_number_t) \ | |
198 | (sizeof(x86_float_state32_t)/sizeof(unsigned int))) | |
199 | ||
200 | typedef _STRUCT_X86_AVX_STATE32 x86_avx_state32_t; | |
201 | #define x86_AVX_STATE32_COUNT ((mach_msg_type_number_t) \ | |
202 | (sizeof(x86_avx_state32_t)/sizeof(unsigned int))) | |
203 | ||
204 | typedef _STRUCT_X86_AVX512_STATE32 x86_avx512_state32_t; | |
205 | #define x86_AVX512_STATE32_COUNT ((mach_msg_type_number_t) \ | |
206 | (sizeof(x86_avx512_state32_t)/sizeof(unsigned int))) | |
207 | ||
208 | /* | |
209 | * to be deprecated in the future | |
210 | */ | |
211 | typedef _STRUCT_X86_EXCEPTION_STATE32 i386_exception_state_t; | |
212 | #define i386_EXCEPTION_STATE_COUNT ((mach_msg_type_number_t) \ | |
213 | ( sizeof (i386_exception_state_t) / sizeof (int) )) | |
214 | ||
215 | typedef _STRUCT_X86_EXCEPTION_STATE32 x86_exception_state32_t; | |
216 | #define x86_EXCEPTION_STATE32_COUNT ((mach_msg_type_number_t) \ | |
217 | ( sizeof (x86_exception_state32_t) / sizeof (int) )) | |
218 | ||
219 | #define I386_EXCEPTION_STATE_COUNT i386_EXCEPTION_STATE_COUNT | |
220 | ||
221 | typedef _STRUCT_X86_DEBUG_STATE32 x86_debug_state32_t; | |
222 | #define x86_DEBUG_STATE32_COUNT ((mach_msg_type_number_t) \ | |
223 | ( sizeof (x86_debug_state32_t) / sizeof (int) )) | |
224 | ||
225 | #define X86_DEBUG_STATE32_COUNT x86_DEBUG_STATE32_COUNT | |
226 | ||
227 | typedef _STRUCT_X86_THREAD_STATE64 x86_thread_state64_t; | |
228 | #define x86_THREAD_STATE64_COUNT ((mach_msg_type_number_t) \ | |
229 | ( sizeof (x86_thread_state64_t) / sizeof (int) )) | |
230 | ||
231 | typedef _STRUCT_X86_THREAD_FULL_STATE64 x86_thread_full_state64_t; | |
232 | #define x86_THREAD_FULL_STATE64_COUNT ((mach_msg_type_number_t) \ | |
233 | ( sizeof (x86_thread_full_state64_t) / sizeof (int) )) | |
234 | ||
235 | typedef _STRUCT_X86_FLOAT_STATE64 x86_float_state64_t; | |
236 | #define x86_FLOAT_STATE64_COUNT ((mach_msg_type_number_t) \ | |
237 | (sizeof(x86_float_state64_t)/sizeof(unsigned int))) | |
238 | ||
239 | typedef _STRUCT_X86_AVX_STATE64 x86_avx_state64_t; | |
240 | #define x86_AVX_STATE64_COUNT ((mach_msg_type_number_t) \ | |
241 | (sizeof(x86_avx_state64_t)/sizeof(unsigned int))) | |
242 | ||
243 | typedef _STRUCT_X86_AVX512_STATE64 x86_avx512_state64_t; | |
244 | #define x86_AVX512_STATE64_COUNT ((mach_msg_type_number_t) \ | |
245 | (sizeof(x86_avx512_state64_t)/sizeof(unsigned int))) | |
246 | ||
247 | typedef _STRUCT_X86_EXCEPTION_STATE64 x86_exception_state64_t; | |
248 | #define x86_EXCEPTION_STATE64_COUNT ((mach_msg_type_number_t) \ | |
249 | ( sizeof (x86_exception_state64_t) / sizeof (int) )) | |
250 | ||
251 | #define X86_EXCEPTION_STATE64_COUNT x86_EXCEPTION_STATE64_COUNT | |
252 | ||
253 | typedef _STRUCT_X86_DEBUG_STATE64 x86_debug_state64_t; | |
254 | #define x86_DEBUG_STATE64_COUNT ((mach_msg_type_number_t) \ | |
255 | ( sizeof (x86_debug_state64_t) / sizeof (int) )) | |
256 | ||
257 | #define X86_DEBUG_STATE64_COUNT x86_DEBUG_STATE64_COUNT | |
258 | ||
259 | typedef _STRUCT_X86_PAGEIN_STATE x86_pagein_state_t; | |
260 | #define x86_PAGEIN_STATE_COUNT \ | |
261 | ((mach_msg_type_number_t)(sizeof(x86_pagein_state_t) / sizeof(int))) | |
262 | ||
263 | #define X86_PAGEIN_STATE_COUNT x86_PAGEIN_STATE_COUNT | |
264 | ||
265 | /* | |
266 | * Combined thread, float and exception states | |
267 | */ | |
268 | struct x86_thread_state { | |
269 | x86_state_hdr_t tsh; | |
270 | union { | |
271 | x86_thread_state32_t ts32; | |
272 | x86_thread_state64_t ts64; | |
273 | } uts; | |
274 | }; | |
275 | ||
276 | struct x86_float_state { | |
277 | x86_state_hdr_t fsh; | |
278 | union { | |
279 | x86_float_state32_t fs32; | |
280 | x86_float_state64_t fs64; | |
281 | } ufs; | |
282 | }; | |
283 | ||
284 | struct x86_exception_state { | |
285 | x86_state_hdr_t esh; | |
286 | union { | |
287 | x86_exception_state32_t es32; | |
288 | x86_exception_state64_t es64; | |
289 | } ues; | |
290 | }; | |
291 | ||
292 | struct x86_debug_state { | |
293 | x86_state_hdr_t dsh; | |
294 | union { | |
295 | x86_debug_state32_t ds32; | |
296 | x86_debug_state64_t ds64; | |
297 | } uds; | |
298 | }; | |
299 | ||
300 | struct x86_avx_state { | |
301 | x86_state_hdr_t ash; | |
302 | union { | |
303 | x86_avx_state32_t as32; | |
304 | x86_avx_state64_t as64; | |
305 | } ufs; | |
306 | }; | |
307 | ||
308 | struct x86_avx512_state { | |
309 | x86_state_hdr_t ash; | |
310 | union { | |
311 | x86_avx512_state32_t as32; | |
312 | x86_avx512_state64_t as64; | |
313 | } ufs; | |
314 | }; | |
315 | ||
316 | typedef struct x86_thread_state x86_thread_state_t; | |
317 | #define x86_THREAD_STATE_COUNT ((mach_msg_type_number_t) \ | |
318 | ( sizeof (x86_thread_state_t) / sizeof (int) )) | |
319 | ||
320 | typedef struct x86_float_state x86_float_state_t; | |
321 | #define x86_FLOAT_STATE_COUNT ((mach_msg_type_number_t) \ | |
322 | (sizeof(x86_float_state_t)/sizeof(unsigned int))) | |
323 | ||
324 | typedef struct x86_exception_state x86_exception_state_t; | |
325 | #define x86_EXCEPTION_STATE_COUNT ((mach_msg_type_number_t) \ | |
326 | (sizeof(x86_exception_state_t)/sizeof(unsigned int))) | |
327 | ||
328 | typedef struct x86_debug_state x86_debug_state_t; | |
329 | #define x86_DEBUG_STATE_COUNT ((mach_msg_type_number_t) \ | |
330 | (sizeof(x86_debug_state_t)/sizeof(unsigned int))) | |
331 | ||
332 | typedef struct x86_avx_state x86_avx_state_t; | |
333 | #define x86_AVX_STATE_COUNT ((mach_msg_type_number_t) \ | |
334 | (sizeof(x86_avx_state_t)/sizeof(unsigned int))) | |
335 | ||
336 | typedef struct x86_avx512_state x86_avx512_state_t; | |
337 | #define x86_AVX512_STATE_COUNT ((mach_msg_type_number_t) \ | |
338 | (sizeof(x86_avx512_state_t)/sizeof(unsigned int))) | |
339 | ||
340 | /* | |
341 | * Machine-independent way for servers and Mach's exception mechanism to | |
342 | * choose the most efficient state flavor for exception RPC's: | |
343 | */ | |
344 | #define MACHINE_THREAD_STATE x86_THREAD_STATE | |
345 | #define MACHINE_THREAD_STATE_COUNT x86_THREAD_STATE_COUNT | |
346 | ||
347 | #ifdef XNU_KERNEL_PRIVATE | |
348 | ||
349 | #define x86_SAVED_STATE32 THREAD_STATE_NONE + 1 | |
350 | #define x86_SAVED_STATE64 THREAD_STATE_NONE + 2 | |
351 | ||
352 | /* | |
353 | * The format in which thread state is saved by Mach on this machine. This | |
354 | * state flavor is most efficient for exception RPC's to kernel-loaded | |
355 | * servers, because copying can be avoided: | |
356 | */ | |
357 | struct x86_saved_state32 { | |
358 | uint32_t gs; | |
359 | uint32_t fs; | |
360 | uint32_t es; | |
361 | uint32_t ds; | |
362 | uint32_t edi; | |
363 | uint32_t esi; | |
364 | uint32_t ebp; | |
365 | uint32_t cr2; /* kernel esp stored by pusha - we save cr2 here later */ | |
366 | uint32_t ebx; | |
367 | uint32_t edx; | |
368 | uint32_t ecx; | |
369 | uint32_t eax; | |
370 | uint16_t trapno; | |
371 | uint16_t cpu; | |
372 | uint32_t err; | |
373 | uint32_t eip; | |
374 | uint32_t cs; | |
375 | uint32_t efl; | |
376 | uint32_t uesp; | |
377 | uint32_t ss; | |
378 | }; | |
379 | typedef struct x86_saved_state32 x86_saved_state32_t; | |
380 | ||
381 | #define x86_SAVED_STATE32_COUNT ((mach_msg_type_number_t) \ | |
382 | (sizeof (x86_saved_state32_t)/sizeof(unsigned int))) | |
383 | ||
384 | #pragma pack(4) | |
385 | ||
386 | /* | |
387 | * This is the state pushed onto the 64-bit interrupt stack | |
388 | * on any exception/trap/interrupt. | |
389 | */ | |
390 | struct x86_64_intr_stack_frame { | |
391 | uint16_t trapno; | |
392 | uint16_t cpu; | |
393 | uint32_t _pad; | |
394 | uint64_t trapfn; | |
395 | uint64_t err; | |
396 | uint64_t rip; | |
397 | uint64_t cs; | |
398 | uint64_t rflags; | |
399 | uint64_t rsp; | |
400 | uint64_t ss; | |
401 | }; | |
402 | typedef struct x86_64_intr_stack_frame x86_64_intr_stack_frame_t; | |
403 | _Static_assert((sizeof(x86_64_intr_stack_frame_t) % 16) == 0, | |
404 | "interrupt stack frame size must be a multiple of 16 bytes"); | |
405 | ||
406 | /* | |
407 | * thread state format for task running in 64bit long mode | |
408 | * in long mode, the same hardware frame is always pushed regardless | |
409 | * of whether there was a change in privilege level... therefore, there | |
410 | * is no need for an x86_saved_state64_from_kernel variant | |
411 | */ | |
412 | struct x86_saved_state64 { | |
413 | uint64_t rdi; /* arg0 for system call */ | |
414 | uint64_t rsi; | |
415 | uint64_t rdx; | |
416 | uint64_t r10; /* R10 := RCX prior to syscall trap */ | |
417 | uint64_t r8; | |
418 | uint64_t r9; /* arg5 for system call */ | |
419 | ||
420 | uint64_t cr2; | |
421 | uint64_t r15; | |
422 | uint64_t r14; | |
423 | uint64_t r13; | |
424 | uint64_t r12; | |
425 | uint64_t r11; | |
426 | uint64_t rbp; | |
427 | uint64_t rbx; | |
428 | uint64_t rcx; | |
429 | uint64_t rax; | |
430 | ||
431 | uint32_t gs; | |
432 | uint32_t fs; | |
433 | ||
434 | uint32_t ds; | |
435 | uint32_t es; | |
436 | ||
437 | struct x86_64_intr_stack_frame isf; | |
438 | }; | |
439 | typedef struct x86_saved_state64 x86_saved_state64_t; | |
440 | #define x86_SAVED_STATE64_COUNT ((mach_msg_type_number_t) \ | |
441 | (sizeof (struct x86_saved_state64)/sizeof(unsigned int))) | |
442 | ||
443 | extern uint32_t get_eflags_exportmask(void); | |
444 | ||
445 | /* | |
446 | * Unified, tagged saved state: | |
447 | */ | |
448 | typedef struct { | |
449 | uint32_t flavor; | |
450 | uint32_t _pad_for_16byte_alignment[3]; | |
451 | union { | |
452 | x86_saved_state32_t ss_32; | |
453 | x86_saved_state64_t ss_64; | |
454 | } uss; | |
455 | } x86_saved_state_t; | |
456 | #define ss_32 uss.ss_32 | |
457 | #define ss_64 uss.ss_64 | |
458 | #pragma pack() | |
459 | ||
460 | static inline boolean_t | |
461 | is_saved_state64(x86_saved_state_t *iss) | |
462 | { | |
463 | return iss->flavor == x86_SAVED_STATE64; | |
464 | } | |
465 | ||
466 | static inline boolean_t | |
467 | is_saved_state32(x86_saved_state_t *iss) | |
468 | { | |
469 | return iss->flavor == x86_SAVED_STATE32; | |
470 | } | |
471 | ||
472 | static inline x86_saved_state32_t * | |
473 | saved_state32(x86_saved_state_t *iss) | |
474 | { | |
475 | return &iss->ss_32; | |
476 | } | |
477 | ||
478 | static inline x86_saved_state64_t * | |
479 | saved_state64(x86_saved_state_t *iss) | |
480 | { | |
481 | return &iss->ss_64; | |
482 | } | |
483 | ||
484 | #endif /* XNU_KERNEL_PRIVATE */ | |
485 | ||
486 | #endif /* _MACH_I386_THREAD_STATUS_H_ */ |