Searched refs:x86_set_cr0 (Results 1 – 4 of 4) sorted by relevance
95 x86_set_cr0(x); in fpu_init()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()
158 static inline void x86_set_cr0(ulong in_val) { in x86_set_cr0() function163 x86_set_cr0(x86_get_cr0() | mask); in set_in_cr0()167 x86_set_cr0(x86_get_cr0() & ~mask); in clear_in_cr0()
578 x86_set_cr0(cr0); in x86_mmu_early_init()
685 x86_set_cr0(cr0); in x86_mmu_early_init()
Completed in 6 milliseconds