Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/kvm/vmx/
H A Dmmu.rs12 ept::check_ept_features,
172 check_ept_features()?; in kvm_vcpu_mtrr_init()
H A Dept.rs14 pub fn check_ept_features() -> Result<(), SystemError> { in check_ept_features() function