Searched refs:nvmx (Results 1 – 4 of 4) sorted by relevance
114 nvmx->ept.enabled = 0; in nvmx_vcpu_initialise()115 nvmx->guest_vpid = 0; in nvmx_vcpu_initialise()119 nvmx->intr.intr_info = 0; in nvmx_vcpu_initialise()120 nvmx->intr.error_code = 0; in nvmx_vcpu_initialise()121 nvmx->iobitmap[0] = NULL; in nvmx_vcpu_initialise()122 nvmx->iobitmap[1] = NULL; in nvmx_vcpu_initialise()123 nvmx->msrbitmap = NULL; in nvmx_vcpu_initialise()768 if ( nvmx->msrbitmap ) in _map_msr_bitmap()791 if (nvmx->iobitmap[index]) in _map_io_bitmap()823 if ( nvmx->msrbitmap ) { in nvmx_purge_vvmcs()[all …]
1724 struct nestedvmx *nvmx = &vcpu_2_nvmx(v); in nvmx_enqueue_n2_exceptions() local1726 if ( !(nvmx->intr.intr_info & INTR_INFO_VALID_MASK) ) { in nvmx_enqueue_n2_exceptions()1728 nvmx->intr.intr_info = intr_fields; in nvmx_enqueue_n2_exceptions()1729 nvmx->intr.error_code = error_code; in nvmx_enqueue_n2_exceptions()1730 nvmx->intr.source = source; in nvmx_enqueue_n2_exceptions()1737 nvmx->intr.intr_info, nvmx->intr.error_code); in nvmx_enqueue_n2_exceptions()
113 struct nestedvmx nvmx; member
56 #define vcpu_2_nvmx(v) (vcpu_nestedhvm(v).u.nvmx)
Completed in 18 milliseconds