1 #ifndef AROS_X86_64_CPUCONTEXT_H
2 #define AROS_X86_64_CPUCONTEXT_H
5 Copyright © 1995-2010, The AROS Development Team. All rights reserved.
8 Desc: CPU context definition for x86-64 processors
40 struct ExceptionContext
42 ULONG Flags
; /* Context flags */
43 ULONG Reserved
; /* Padding */
59 UQUAD ds
; /* Segment registers are padded */
69 struct FPXContext
*FXData
; /* Pointer to SSE context area */
74 ECF_SEGMENTS
= 1<<0, /* Segment registers are present */
75 ECF_FPX
= 1<<1, /* SSE context is present */