Home
last modified time | relevance | path

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

/arch/ia64/include/asm/
Dswitch_to.h61 if (ia64_psr(task_pt_regs(prev))->mfh && ia64_is_local_fpu_owner(prev)) { \
62 ia64_psr(task_pt_regs(prev))->mfh = 0; \
Dprocessor.h92 __u64 mfh : 1; member
/arch/ia64/kernel/
Dtraps.c224 psr->mfh = 0; in disabled_fph_fault()
231 psr->mfh = 1; in disabled_fph_fault()
Dsignal.c93 psr->mfh = 0; /* drop signal handler's fph contents... */ in restore_sigcontext()
Dptrace.c688 if (ia64_is_local_fpu_owner(task) && psr->mfh) { in ia64_flush_fph()
689 psr->mfh = 0; in ia64_flush_fph()