June 2025 | ||||||
Mo | Tu | We | Th | Fr | Sa | Su |
26 | 27 | 28 | 29 | 30 | 31 | 1 |
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 1 | 2 | 3 | 4 | 5 | 6 |
01: #ifndef _ASM_X86_UCONTEXT_H 02: #define _ASM_X86_UCONTEXT_H 03: 04: #define UC_FP_XSTATE 0x1 /* indicates the presence of extended state 05: * information in the memory layout pointed 06: * by the fpstate pointer in the ucontext's 07: * sigcontext struct (uc_mcontext). 08: */ 09: 10: #include <asm-generic/ucontext.h> 11: 12: #endif /* _ASM_X86_UCONTEXT_H */ 13: