Home
last modified time | relevance | path

Searched refs:IA64_THREAD_FPH_VALID (Results 1 – 6 of 6) sorted by relevance

/arch/ia64/include/asm/
Dswitch_to.h63 (prev)->thread.flags |= IA64_THREAD_FPH_VALID; \
Dprocessor.h44 #define IA64_THREAD_FPH_VALID (__IA64_UL(1) << 0) /* floating-point high state valid? */ macro
/arch/ia64/kernel/
Dprocess.c370 # define THREAD_FLAGS_TO_CLEAR (IA64_THREAD_FPH_VALID | IA64_THREAD_DBG_VALID \ in copy_thread()
532 if ((task->thread.flags & IA64_THREAD_FPH_VALID) != 0) in do_dump_task_fpu()
568 current->thread.flags &= ~(IA64_THREAD_FPH_VALID | IA64_THREAD_DBG_VALID); in flush_thread()
Dptrace.c690 task->thread.flags |= IA64_THREAD_FPH_VALID; in ia64_flush_fph()
710 if (!(task->thread.flags & IA64_THREAD_FPH_VALID)) { in ia64_sync_fph()
711 task->thread.flags |= IA64_THREAD_FPH_VALID; in ia64_sync_fph()
1728 if (task->thread.flags & IA64_THREAD_FPH_VALID) in do_fpregs_get()
1884 return (target->thread.flags & IA64_THREAD_FPH_VALID) ? 128 : 32; in fpregs_active()
Dtraps.c222 if ((current->thread.flags & IA64_THREAD_FPH_VALID) != 0) { in disabled_fph_fault()
Dsignal.c239 if ((current->thread.flags & IA64_THREAD_FPH_VALID)) { in setup_sigcontext()