Home
last modified time | relevance | path

Searched refs:next_fpu (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/kernel/
Dprocess_32.c247 struct fpu *next_fpu = &next->fpu; in __switch_to() local
254 fpu_switch = switch_fpu_prepare(prev_fpu, next_fpu, cpu); in __switch_to()
313 switch_fpu_finish(next_fpu, fpu_switch); in __switch_to()
Dprocess_64.c280 struct fpu *next_fpu = &next->fpu; in __switch_to() local
286 fpu_switch = switch_fpu_prepare(prev_fpu, next_fpu, cpu); in __switch_to()
398 switch_fpu_finish(next_fpu, fpu_switch); in __switch_to()