Searched refs:CR0_NE (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/arch/x86_64/kvm/vmx/ | ||
H A D | mod.rs | 38 const CR0_NE = 1 << 5; /* Numeric Error */ constant |
H A D | vcpu.rs | 174 hw_cr0 |= X86_CR0::CR0_WP | X86_CR0::CR0_NE; in vmx_set_cr0() |