Searched refs:x86_get_cr0 (Results 1 – 4 of 4) sorted by relevance
91 x = x86_get_cr0(); 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()
151 static inline ulong x86_get_cr0(void) { in x86_get_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()297 if (x86_get_cr0() & X86_CR0_PG) in x86_is_paging_enabled()
576 cr0 = x86_get_cr0(); in x86_mmu_early_init()
683 cr0 = x86_get_cr0(); in x86_mmu_early_init()
Completed in 8 milliseconds