Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/kvm/vmx/
H A Dmod.rs37 const CR0_ET = 1 << 4; /* Extension Type */ constant
H A Dvcpu.rs217 let cr0 = X86_CR0::CR0_NW | X86_CR0::CR0_CD | X86_CR0::CR0_ET; in vmcs_init_guest()