Searched refs:nv (Results 1 – 11 of 11) sorted by relevance
/xen/xen/arch/x86/hvm/ |
A D | nestedhvm.c | 41 nv->nv_vmentry_pending = 0; in nestedhvm_vcpu_reset() 42 nv->nv_vmexit_pending = 0; in nestedhvm_vcpu_reset() 43 nv->nv_vmswitch_in_progress = 0; in nestedhvm_vcpu_reset() 44 nv->nv_ioport80 = 0; in nestedhvm_vcpu_reset() 45 nv->nv_ioportED = 0; in nestedhvm_vcpu_reset() 48 nv->nv_vvmcx = NULL; in nestedhvm_vcpu_reset() 49 nv->nv_vvmcxaddr = INVALID_PADDR; in nestedhvm_vcpu_reset() 50 nv->nv_flushp2m = 0; in nestedhvm_vcpu_reset() 51 nv->nv_p2m = NULL; in nestedhvm_vcpu_reset() 52 nv->stale_np2m = false; in nestedhvm_vcpu_reset() [all …]
|
/xen/xen/arch/x86/hvm/svm/ |
A D | nestedsvm.c | 70 if (nv->nv_vvmcx != NULL && nv->nv_vvmcxaddr != vmcbaddr) { in nestedsvm_vmcb_map() 73 nv->nv_vvmcx = NULL; in nestedsvm_vmcb_map() 77 if ( !nv->nv_vvmcx ) in nestedsvm_vmcb_map() 90 nv->nv_vvmcx = vvmcx; in nestedsvm_vmcb_map() 119 nv->nv_n2vmcx_pa = virt_to_maddr(nv->nv_n2vmcx); in nsvm_vcpu_initialise() 139 if (nv->nv_n1vmcx) in nsvm_vcpu_destroy() 153 nv->nv_vvmcx = NULL; in nsvm_vcpu_destroy() 154 if (nv->nv_n2vmcx) { in nsvm_vcpu_destroy() 239 n1vmcb = nv->nv_n1vmcx; in nsvm_vcpu_hostsave() 265 n1vmcb = nv->nv_n1vmcx; in nsvm_vcpu_hostrestore() [all …]
|
A D | vmcb.c | 183 struct nestedvcpu *nv = &vcpu_nestedhvm(v); in svm_create_vmcb() local 187 if ( (nv->nv_n1vmcx == NULL) && in svm_create_vmcb() 188 (nv->nv_n1vmcx = alloc_vmcb()) == NULL ) in svm_create_vmcb() 194 svm->vmcb = nv->nv_n1vmcx; in svm_create_vmcb() 198 free_vmcb(nv->nv_n1vmcx); in svm_create_vmcb() 199 nv->nv_n1vmcx = NULL; in svm_create_vmcb() 210 struct nestedvcpu *nv = &vcpu_nestedhvm(v); in svm_destroy_vmcb() local 213 if ( nv->nv_n1vmcx != NULL ) in svm_destroy_vmcb() 214 free_vmcb(nv->nv_n1vmcx); in svm_destroy_vmcb() 223 nv->nv_n1vmcx = NULL; in svm_destroy_vmcb() [all …]
|
A D | intr.c | 87 struct nestedvcpu *nv = &vcpu_nestedhvm(v); in svm_enable_intr_window() local 88 if ( nv->nv_vmentry_pending ) { in svm_enable_intr_window() 89 struct vmcb_struct *gvmcb = nv->nv_vvmcx; in svm_enable_intr_window()
|
A D | svm.c | 2227 struct nestedvcpu *nv = &vcpu_nestedhvm(v); in nsvm_get_nvmcb_page() local 2234 nv->nv_vvmcxaddr >> PAGE_SHIFT, in nsvm_get_nvmcb_page() 2522 struct nestedvcpu *nv = &vcpu_nestedhvm(v); in svm_vmexit_handler() local 2523 struct vmcb_struct *ns_vmcb = nv->nv_vvmcx; in svm_vmexit_handler() 2548 nv->nv_vmswitch_in_progress = 1; in svm_vmexit_handler() 2550 nv->nv_vmswitch_in_progress = 0; in svm_vmexit_handler()
|
/xen/tools/libfsimage/zfs/ |
A D | fsys_zfs.c | 1114 vdev_validate(char *nv) in vdev_validate() argument 1118 if (nvlist_lookup_value(nv, ZPOOL_CONFIG_OFFLINE, &ival, in vdev_validate() 1120 nvlist_lookup_value(nv, ZPOOL_CONFIG_FAULTED, &ival, in vdev_validate() 1122 nvlist_lookup_value(nv, ZPOOL_CONFIG_REMOVED, &ival, in vdev_validate() 1146 if (vdev_validate(nv) != 0) in vdev_get_bootpath() 1149 if (nvlist_lookup_value(nv, ZPOOL_CONFIG_GUID, in vdev_get_bootpath() 1159 (void) nvlist_lookup_value(nv, ZPOOL_CONFIG_IS_SPARE, in vdev_get_bootpath() 1165 if (nvlist_lookup_value(nv, ZPOOL_CONFIG_PHYS_PATH, in vdev_get_bootpath() 1169 if (nvlist_lookup_value(nv, ZPOOL_CONFIG_DEVID, in vdev_get_bootpath() 1215 char *nvlist, *nv; in check_pool_label() local [all …]
|
/xen/xen/arch/x86/mm/ |
A D | p2m.c | 1622 struct nestedvcpu *nv = &vcpu_nestedhvm(v); in assign_np2m() local 1628 nv->nv_flushp2m = 0; in assign_np2m() 1629 nv->nv_p2m = p2m; in assign_np2m() 1630 nv->np2m_generation = p2m->np2m_generation; in assign_np2m() 1643 struct nestedvcpu *nv = &vcpu_nestedhvm(v); in p2m_get_nestedp2m_locked() local 1653 if (nv->nv_flushp2m && nv->nv_p2m) { in p2m_get_nestedp2m_locked() 1654 nv->nv_p2m = NULL; in p2m_get_nestedp2m_locked() 1658 p2m = nv->nv_p2m; in p2m_get_nestedp2m_locked() 1665 if ( nv->np2m_generation == p2m->np2m_generation ) in p2m_get_nestedp2m_locked() 1726 struct nestedvcpu *nv = &vcpu_nestedhvm(curr); in np2m_schedule() local [all …]
|
/xen/xen/include/asm-x86/hvm/vmx/ |
A D | vmcs.h | 91 u8 nv; /* bit 279:272 - Notification Vector */ member
|
/xen/docs/misc/ |
A D | vtd-pi.txt | 162 u8 nv; /* bit 279:272 - Notification Vector */
|
/xen/xen/arch/x86/hvm/vmx/ |
A D | vmx.c | 136 write_atomic(&pi_desc->nv, pi_wakeup_vector); in vmx_vcpu_block() 171 write_atomic(&pi_desc->nv, posted_intr_vector); in vmx_pi_unblock_vcpu()
|
A D | vmcs.c | 1048 v->arch.hvm.vmx.pi_desc.nv = posted_intr_vector; in pi_desc_init()
|
Completed in 38 milliseconds