Searched refs:nv (Results 1 – 11 of 11) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | nestedhvm.c | 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() 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() [all …]
|
/xen-4.10.0-shim-comet/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 | 222 struct nestedvcpu *nv = &vcpu_nestedhvm(v); in svm_create_vmcb() local 226 if ( (nv->nv_n1vmcx == NULL) && in svm_create_vmcb() 227 (nv->nv_n1vmcx = alloc_vmcb()) == NULL ) in svm_create_vmcb() 233 arch_svm->vmcb = nv->nv_n1vmcx; in svm_create_vmcb() 237 free_vmcb(nv->nv_n1vmcx); in svm_create_vmcb() 238 nv->nv_n1vmcx = NULL; in svm_create_vmcb() 249 struct nestedvcpu *nv = &vcpu_nestedhvm(v); in svm_destroy_vmcb() local 252 if ( nv->nv_n1vmcx != NULL ) in svm_destroy_vmcb() 253 free_vmcb(nv->nv_n1vmcx); in svm_destroy_vmcb() 262 nv->nv_n1vmcx = NULL; in svm_destroy_vmcb() [all …]
|
A D | intr.c | 86 struct nestedvcpu *nv = &vcpu_nestedhvm(v); in svm_enable_intr_window() local 87 if ( nv->nv_vmentry_pending ) { in svm_enable_intr_window() 88 struct vmcb_struct *gvmcb = nv->nv_vvmcx; in svm_enable_intr_window()
|
A D | svm.c | 2214 struct nestedvcpu *nv = &vcpu_nestedhvm(v); in nsvm_get_nvmcb_page() local 2221 nv->nv_vvmcxaddr >> PAGE_SHIFT, in nsvm_get_nvmcb_page() 2512 struct nestedvcpu *nv = &vcpu_nestedhvm(v); in svm_vmexit_handler() local 2513 struct vmcb_struct *ns_vmcb = nv->nv_vvmcx; in svm_vmexit_handler() 2538 nv->nv_vmswitch_in_progress = 1; in svm_vmexit_handler() 2540 nv->nv_vmswitch_in_progress = 0; in svm_vmexit_handler()
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/arch/x86/mm/ |
A D | p2m.c | 1828 struct nestedvcpu *nv = &vcpu_nestedhvm(v); in assign_np2m() local 1834 nv->nv_flushp2m = 0; in assign_np2m() 1835 nv->nv_p2m = p2m; in assign_np2m() 1836 nv->np2m_generation = p2m->np2m_generation; in assign_np2m() 1849 struct nestedvcpu *nv = &vcpu_nestedhvm(v); in p2m_get_nestedp2m_locked() local 1859 if (nv->nv_flushp2m && nv->nv_p2m) { in p2m_get_nestedp2m_locked() 1860 nv->nv_p2m = NULL; in p2m_get_nestedp2m_locked() 1864 p2m = nv->nv_p2m; in p2m_get_nestedp2m_locked() 1871 if ( nv->np2m_generation == p2m->np2m_generation ) in p2m_get_nestedp2m_locked() 1932 struct nestedvcpu *nv = &vcpu_nestedhvm(curr); in np2m_schedule() local [all …]
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/vmx/ |
A D | vmcs.h | 87 u8 nv; /* bit 279:272 - Notification Vector */ member
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | vtd-pi.txt | 162 u8 nv; /* bit 279:272 - Notification Vector */
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/ |
A D | vmx.c | 134 write_atomic(&pi_desc->nv, pi_wakeup_vector); in vmx_vcpu_block() 169 write_atomic(&pi_desc->nv, posted_intr_vector); in vmx_pi_unblock_vcpu()
|
A D | vmcs.c | 986 v->arch.hvm_vmx.pi_desc.nv = posted_intr_vector; in pi_desc_init()
|
Completed in 42 milliseconds