Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kernel/
Dprocess_32.c248 fpu = switch_fpu_prepare(prev_p, next_p, cpu); in __switch_to()
Dprocess_64.c287 fpu = switch_fpu_prepare(prev_p, next_p, cpu); in __switch_to()
/linux-3.4.99/arch/x86/include/asm/
Dfpu-internal.h355 static inline fpu_switch_t switch_fpu_prepare(struct task_struct *old, struct task_struct *new, int… in switch_fpu_prepare() function