Home
last modified time | relevance | path

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

/linux-4.4.14/arch/metag/include/asm/
Dprocessor.h50 bool needs_restore; member
/linux-4.4.14/arch/metag/kernel/
Dtraps.c329 current->thread.fpu_context->needs_restore) { in tail_end_sys()
336 current->thread.fpu_context->needs_restore = false; in tail_end_sys()
Dprocess.c327 prev->thread.fpu_context->needs_restore = true; in __switch_to()