Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dprocess_32.c254 fpu_switch = switch_fpu_prepare(prev_fpu, next_fpu, cpu); in __switch_to()
Dprocess_64.c286 fpu_switch = switch_fpu_prepare(prev_fpu, next_fpu, cpu); in __switch_to()
/linux-4.4.14/arch/x86/include/asm/fpu/
Dinternal.h590 switch_fpu_prepare(struct fpu *old_fpu, struct fpu *new_fpu, int cpu) in switch_fpu_prepare() function