Home
last modified time | relevance | path

Searched refs:mfh (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/asm-ia64/
Dsystem.h272 if (ia64_psr(ia64_task_regs(prev))->mfh && ia64_is_local_fpu_owner(prev)) { \
273 ia64_psr(ia64_task_regs(prev))->mfh = 0; \
Dprocessor.h102 __u64 mfh : 1; member
/linux-2.4.37.9/arch/ia64/kernel/
Dtraps.c257 psr->mfh = 0; in disabled_fph_fault()
264 psr->mfh = 1; in disabled_fph_fault()
Dptrace.c651 if (ia64_is_local_fpu_owner(task) && psr->mfh) { in ia64_flush_fph()
652 psr->mfh = 0; in ia64_flush_fph()
Dsignal.c154 psr->mfh = 0; /* drop signal handler's fph contents... */ in restore_sigcontext()