Home
last modified time | relevance | path

Searched refs:nvmx (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dvvmx.c114 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 …]
A Dvmx.c1724 struct nestedvmx *nvmx = &vcpu_2_nvmx(v); in nvmx_enqueue_n2_exceptions() local
1726 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()
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dvcpu.h113 struct nestedvmx nvmx; member
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/vmx/
A Dvvmx.h56 #define vcpu_2_nvmx(v) (vcpu_nestedhvm(v).u.nvmx)

Completed in 17 milliseconds