Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/kvm/vmx/
H A Dmod.rs39 const CR0_WP = 1 << 16; /* Write Protect */ constant
H A Dvcpu.rs174 hw_cr0 |= X86_CR0::CR0_WP | X86_CR0::CR0_NE; in vmx_set_cr0()