Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/kvm/vmx/
H A Dvcpu.rs172 pub fn vmx_set_cr0(cr0: X86_CR0) -> Result<(), SystemError> { in vmx_set_cr0() method
218 Self::vmx_set_cr0(cr0)?; in vmcs_init_guest()