Home
last modified time | relevance | path

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

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