Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/kvm/vmx/
H A Dvcpu.rs228 vmx_vmwrite(VmcsFields::GUEST_INTR_STATUS as u32, 0)?; in vmcs_init_guest()
H A Dvmcs.rs170 GUEST_INTR_STATUS = encode_vmcs_field_full(VmcsType::GUEST, VmcsWidth::BIT16, 8) as isize, enumerator