Searched refs:restore_math (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dswitch_to.h27 void restore_math(struct pt_regs *regs);
29 static inline void restore_math(struct pt_regs *regs) function
/linux-master/arch/powerpc/kernel/
H A Dinterrupt.c219 * it means the regs were given up and restore_math
224 restore_math(regs);
H A Dprocess.c118 /* notrace because it's called by restore_math */
136 /* notrace because it's called by restore_math */
508 * The exception exit path calls restore_math() with interrupts hard disabled
512 * Rather than complicate the exit path, just don't trace restore_math. This
517 void notrace restore_math(struct pt_regs *regs) function
1080 * restore_math() to reload.
1138 /* Ensure that restore_math() will restore */
1145 restore_math(regs);
1383 * A new task does not need to restore_math because it will
1387 restore_math(curren
[all...]

Completed in 137 milliseconds