Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/kvm/vmx/
H A Dvmx_asm_wrapper.rs52 Err(_) => Err(SystemError::EVMPRTLDFailed), in vmx_vmptrld()
95 Err(_) => Err(SystemError::EVMPRTLDFailed), in vmx_vmclear()
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs287 EVMPRTLDFailed = 517, enumerator