Searched refs:X86_CR0_TS (Results 1 – 2 of 2) sorted by relevance
129 x86_set_cr0(x86_get_cr0() | X86_CR0_TS); in fpu_init()143 x86_set_cr0(x86_get_cr0() | X86_CR0_TS); in fpu_context_switch()145 x86_set_cr0(x86_get_cr0() & ~X86_CR0_TS); in fpu_context_switch()153 x86_set_cr0(x86_get_cr0() & ~X86_CR0_TS); in fpu_dev_na_handler()
127 #define X86_CR0_TS 0x00000008 /* task switched */ macro
Completed in 4 milliseconds