Home
last modified time | relevance | path

Searched refs:x86_get_cr0 (Results 1 – 8 of 8) sorted by relevance

/kernel/arch/x86/
A Duser_copy.cpp61 DEBUG_ASSERT(x86_get_cr0() & X86_CR0_WP); in can_access()
A Dmmu_mem_types.cpp147 ulong cr0 = x86_get_cr0(); in x86_pat_sync_task()
214 cr0 = x86_get_cr0(); in x86_pat_sync_task()
A Darch.cpp131 DEBUG_ASSERT(x86_get_cr0() & X86_CR0_CD); in finish_secondary_entry()
A Dregisters.cpp243 ulong cr0 = x86_get_cr0(); in x86_extended_register_enable_feature()
A Dmmu.cpp681 ulong cr0 = x86_get_cr0(); in x86_mmu_percpu_init()
/kernel/arch/x86/include/arch/
A Dx86.h263 static inline ulong x86_get_cr0(void) { in x86_get_cr0() function
349 if (x86_get_cr0() & X86_CR0_PG) in x86_is_paging_enabled()
/kernel/arch/x86/hypervisor/
A Dvmx_cpu_state.cpp128 uint64_t cr0 = x86_get_cr0(); in vmxon_task()
A Dvcpu.cpp477 vmcs.Write(VmcsFieldXX::HOST_CR0, x86_get_cr0()); in vmcs_init()

Completed in 16 milliseconds