Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/kvm/vmx/
H A Dvcpu.rs606 const VMX_LOCK_BIT: u64 = 1 << 0; in set_lock_bit() constant
611 if (ia32_feature_control & VMX_LOCK_BIT) == 0 { in set_lock_bit()
615 VMXON_OUTSIDE_SMX | VMX_LOCK_BIT | ia32_feature_control, in set_lock_bit()