Searched refs:x86_get_cr0 (Results 1 – 8 of 8) sorted by relevance
61 DEBUG_ASSERT(x86_get_cr0() & X86_CR0_WP); in can_access()
147 ulong cr0 = x86_get_cr0(); in x86_pat_sync_task()214 cr0 = x86_get_cr0(); in x86_pat_sync_task()
131 DEBUG_ASSERT(x86_get_cr0() & X86_CR0_CD); in finish_secondary_entry()
243 ulong cr0 = x86_get_cr0(); in x86_extended_register_enable_feature()
681 ulong cr0 = x86_get_cr0(); in x86_mmu_percpu_init()
263 static inline ulong x86_get_cr0(void) { in x86_get_cr0() function349 if (x86_get_cr0() & X86_CR0_PG) in x86_is_paging_enabled()
128 uint64_t cr0 = x86_get_cr0(); in vmxon_task()
477 vmcs.Write(VmcsFieldXX::HOST_CR0, x86_get_cr0()); in vmcs_init()
Completed in 16 milliseconds