Home
last modified time | relevance | path

Searched refs:mfh (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dswitch_to.h54 if (ia64_psr(task_pt_regs(prev))->mfh && ia64_is_local_fpu_owner(prev)) { \
55 ia64_psr(task_pt_regs(prev))->mfh = 0; \
H A Dprocessor.h91 __u64 mfh : 1; member
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Dswitch_to.h54 if (ia64_psr(task_pt_regs(prev))->mfh && ia64_is_local_fpu_owner(prev)) { \
55 ia64_psr(task_pt_regs(prev))->mfh = 0; \
H A Dprocessor.h91 __u64 mfh : 1; member
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dtraps.c220 psr->mfh = 0; in disabled_fph_fault()
224 * Set mfh because the state in thread.fph does not match the state in in disabled_fph_fault()
227 psr->mfh = 1; in disabled_fph_fault()
H A Dsignal.c94 psr->mfh = 0; /* drop signal handler's fph contents... */ in restore_sigcontext()
H A Dptrace.c38 * be, up, ac, mfl, mfh (the user mask; five bits total)
690 if (ia64_is_local_fpu_owner(task) && psr->mfh) { in ia64_flush_fph()
691 psr->mfh = 0; in ia64_flush_fph()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dtraps.c220 psr->mfh = 0; in disabled_fph_fault()
224 * Set mfh because the state in thread.fph does not match the state in in disabled_fph_fault()
227 psr->mfh = 1; in disabled_fph_fault()
H A Dsignal.c93 psr->mfh = 0; /* drop signal handler's fph contents... */ in restore_sigcontext()
H A Dptrace.c38 * be, up, ac, mfl, mfh (the user mask; five bits total)
633 if (ia64_is_local_fpu_owner(task) && psr->mfh) { in ia64_flush_fph()
634 psr->mfh = 0; in ia64_flush_fph()

Completed in 11 milliseconds