Home
last modified time | relevance | path

Searched refs:CR0_NW (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/arch/x86_64/kvm/vmx/
H A Dmod.rs41 const CR0_NW = 1 << 29; /* Not Write-through */ constant
H A Dvcpu.rs173 let mut hw_cr0 = cr0 & !(X86_CR0::CR0_NW | X86_CR0::CR0_CD); in vmx_set_cr0()
217 let cr0 = X86_CR0::CR0_NW | X86_CR0::CR0_CD | X86_CR0::CR0_ET; in vmcs_init_guest()