Searched refs:x86_set_cr4 (Results 1 – 6 of 6) sorted by relevance
136 x86_set_cr4(cr4); in vmxon_task()161 x86_set_cr4(x86_get_cr4() & ~X86_CR4_VMXE); in vmxoff_task()
129 x86_set_cr4(cr4 | X86_CR4_OSXSAVE); in x86_extended_register_cpu_init()272 x86_set_cr4(cr4); in x86_extended_register_enable_feature()297 x86_set_cr4(cr4); in x86_extended_register_enable_feature()
161 x86_set_cr4(cr4); in x86_pat_sync_task()222 x86_set_cr4(cr4); in x86_pat_sync_task()
126 x86_set_cr4(cr4 & ~X86_CR4_PGE); in x86_tlb_global_invalidate()127 x86_set_cr4(cr4); in x86_tlb_global_invalidate()694 x86_set_cr4(cr4); in x86_mmu_percpu_init()
226 x86_set_cr4(cr4); in x86_init_percpu()
288 static inline void x86_set_cr4(ulong in_val) { in x86_set_cr4() function
Completed in 16 milliseconds