Lines Matching refs:nv
46 struct nestedvcpu *nv = &vcpu_nestedhvm(v); in nestedhvm_vcpu_reset() local
48 nv->nv_vmentry_pending = 0; in nestedhvm_vcpu_reset()
49 nv->nv_vmexit_pending = 0; in nestedhvm_vcpu_reset()
50 nv->nv_vmswitch_in_progress = 0; in nestedhvm_vcpu_reset()
51 nv->nv_ioport80 = 0; in nestedhvm_vcpu_reset()
52 nv->nv_ioportED = 0; in nestedhvm_vcpu_reset()
54 hvm_unmap_guest_frame(nv->nv_vvmcx, 1); in nestedhvm_vcpu_reset()
55 nv->nv_vvmcx = NULL; in nestedhvm_vcpu_reset()
56 nv->nv_vvmcxaddr = INVALID_PADDR; in nestedhvm_vcpu_reset()
57 nv->nv_flushp2m = 0; in nestedhvm_vcpu_reset()
58 nv->nv_p2m = NULL; in nestedhvm_vcpu_reset()
59 nv->stale_np2m = false; in nestedhvm_vcpu_reset()
60 nv->np2m_generation = 0; in nestedhvm_vcpu_reset()
62 hvm_asid_flush_vcpu_asid(&nv->nv_n2asid); in nestedhvm_vcpu_reset()