Searched refs:_vintr (Results 1 – 3 of 3) sorted by relevance
503 n2vmcb->_vintr = ns_vmcb->_vintr; in nsvm_vmcb_prepare4vmrun()504 n2vmcb->_vintr.fields.intr_masking = 1; in nsvm_vmcb_prepare4vmrun()797 if ( vmcb->_vintr.fields.vgif_enable ) in nsvm_vcpu_vmexit_inject()798 ASSERT(vmcb->_vintr.fields.vgif == 0); in nsvm_vcpu_vmexit_inject()1055 ns_vmcb->_vintr = n2vmcb->_vintr; in nsvm_vmcb_prepare4vmexit()1057 ns_vmcb->_vintr.fields.intr_masking = 0; in nsvm_vmcb_prepare4vmexit()1335 if ( vmcb->_vintr.fields.vgif_enable ) in nestedsvm_vmexit_defer()1336 vmcb->_vintr.fields.vgif = 0; in nestedsvm_vmexit_defer()1595 if ( vmcb->_vintr.fields.vgif_enable ) in nestedsvm_gif_isset()1596 return vmcb->_vintr.fields.vgif; in nestedsvm_gif_isset()[all …]
104 vmcb->_vintr.fields.intr_masking = 1; in construct_vmcb()266 BUILD_BUG_ON(offsetof(typeof(vmcb), _vintr) != 0x060); in build_assertions()
422 vintr_t _vintr; /* offset 0x60 - cleanbit 3 */ member
Completed in 9 milliseconds