Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/kvm/vmx/
H A Dmod.rs38 const CR0_NE = 1 << 5; /* Numeric Error */ constant
H A Dvcpu.rs174 hw_cr0 |= X86_CR0::CR0_WP | X86_CR0::CR0_NE; in vmx_set_cr0()