Searched refs:UC_CPU (Results 1 – 11 of 11) sorted by relevance
125 #define UC_CPU 0x04 macro129 #define UC_MCONTEXT (UC_CPU|UC_FPU)
131 #define UC_CPU 0x04 macro137 #define UC_MCONTEXT (UC_CPU|UC_FPU|UC_ASR)
100 uc.uc_flags = UC_CPU; in setup_context()137 ucp->uc_flags |= UC_CPU; in setup_context()230 ucp->uc_flags = UC_STACK | UC_CPU; in __csigsetjmp()
91 ucp->uc_flags |= UC_CPU; in setup_context()188 ucp->uc_flags = UC_STACK | UC_CPU; in __csigsetjmp()
63 uc.uc_flags = UC_STACK | UC_CPU; in siglongjmp()
60 uc.uc_flags = UC_STACK | UC_CPU; in siglongjmp()
79 ucp->uc_flags |= UC_CPU; in setup_context()
149 if (ucp->uc_flags & UC_CPU) { in restorecontext()
103 { "UC_CPU", UC_CPU, UC_CPU },
141 if (ucp->uc_flags & UC_CPU) { in restorecontext()
587 if (uc.uc_flags & UC_CPU) in setcontext()