Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/kernel/
A Dinterrupt.c210 unsigned long mathflags = MSR_FP; in interrupt_exit_user_prepare_main() local
213 mathflags |= MSR_VEC | MSR_VSX; in interrupt_exit_user_prepare_main()
215 mathflags |= MSR_VEC; in interrupt_exit_user_prepare_main()
224 if ((regs->msr & mathflags) != mathflags) in interrupt_exit_user_prepare_main()

Completed in 3 milliseconds