Home
last modified time | relevance | path

Searched refs:UC_CPU (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/uts/intel/sys/
H A Ducontext.h125 #define UC_CPU 0x04 macro
129 #define UC_MCONTEXT (UC_CPU|UC_FPU)
/titanic_50/usr/src/uts/sparc/sys/
H A Ducontext.h131 #define UC_CPU 0x04 macro
137 #define UC_MCONTEXT (UC_CPU|UC_FPU|UC_ASR)
/titanic_50/usr/src/lib/libc/i386/threads/
H A Dmachdep.c100 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()
/titanic_50/usr/src/lib/libc/amd64/threads/
H A Dmachdep.c91 ucp->uc_flags |= UC_CPU; in setup_context()
188 ucp->uc_flags = UC_STACK | UC_CPU; in __csigsetjmp()
/titanic_50/usr/src/lib/libc/sparc/gen/
H A Dsiglongjmp.c63 uc.uc_flags = UC_STACK | UC_CPU; in siglongjmp()
/titanic_50/usr/src/lib/libc/sparcv9/gen/
H A Dsiglongjmp.c60 uc.uc_flags = UC_STACK | UC_CPU; in siglongjmp()
/titanic_50/usr/src/lib/libc/sparc/threads/
H A Dmachdep.c79 ucp->uc_flags |= UC_CPU; in setup_context()
/titanic_50/usr/src/uts/intel/ia32/syscall/
H A Dgetcontext.c149 if (ucp->uc_flags & UC_CPU) { in restorecontext()
/titanic_50/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c103 { "UC_CPU", UC_CPU, UC_CPU },
/titanic_50/usr/src/uts/sparc/syscall/
H A Dgetcontext.c141 if (ucp->uc_flags & UC_CPU) { in restorecontext()
/titanic_50/usr/src/lib/libc/port/threads/
H A Dsigaction.c587 if (uc.uc_flags & UC_CPU) in setcontext()