Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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) in restore_math() function
/kernel/linux/linux-6.6/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) in restore_math() function
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsyscall_64.c227 * it means the regs were given up and restore_math in syscall_exit_prepare()
232 restore_math(regs); in syscall_exit_prepare()
303 /* See above restore_math comment */ in interrupt_exit_user_prepare()
305 restore_math(regs); in interrupt_exit_user_prepare()
H A Dprocess.c119 /* notrace because it's called by restore_math */
137 /* notrace because it's called by restore_math */
509 * The exception exit path calls restore_math() with interrupts hard disabled
513 * Rather than complicate the exit path, just don't trace restore_math. This
518 void notrace restore_math(struct pt_regs *regs) in restore_math() function
1062 * restore_math() to reload. in tm_recheckpoint_new_task()
1120 /* Ensure that restore_math() will restore */ in restore_tm_state()
1127 restore_math(regs); in restore_tm_state()
1310 * A new task does not need to restore_math because it will in __switch_to()
1314 restore_math(curren in __switch_to()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dinterrupt.c218 * it means the regs were given up and restore_math in interrupt_exit_user_prepare_main()
223 restore_math(regs); in interrupt_exit_user_prepare_main()
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) in restore_math() function
1080 * restore_math() to reload. in tm_recheckpoint_new_task()
1138 /* Ensure that restore_math() will restore */ in restore_tm_state()
1145 restore_math(regs); in restore_tm_state()
1383 * A new task does not need to restore_math because it will in __switch_to()
1387 restore_math(curren in __switch_to()
[all...]

Completed in 6 milliseconds