Home
last modified time | relevance | path

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

/xen/xen/arch/x86/hvm/vmx/
A Dvvmx.c134 if ( !nvmx->msr_merged ) in nvmx_vcpu_initialise()
138 nvmx->ept.enabled = 0; in nvmx_vcpu_initialise()
139 nvmx->guest_vpid = 0; in nvmx_vcpu_initialise()
143 nvmx->intr.intr_info = 0; in nvmx_vcpu_initialise()
144 nvmx->intr.error_code = 0; in nvmx_vcpu_initialise()
145 nvmx->iobitmap[0] = NULL; in nvmx_vcpu_initialise()
146 nvmx->iobitmap[1] = NULL; in nvmx_vcpu_initialise()
147 nvmx->msrbitmap = NULL; in nvmx_vcpu_initialise()
574 !nvmx->msrbitmap ) in update_msrbitmap()
785 if ( nvmx->msrbitmap ) in unmap_msr_bitmap()
[all …]
A Dvmx.c1675 struct nestedvmx *nvmx = &vcpu_2_nvmx(v); in nvmx_enqueue_n2_exceptions() local
1677 if ( !(nvmx->intr.intr_info & INTR_INFO_VALID_MASK) ) { in nvmx_enqueue_n2_exceptions()
1679 nvmx->intr.intr_info = intr_fields; in nvmx_enqueue_n2_exceptions()
1680 nvmx->intr.error_code = error_code; in nvmx_enqueue_n2_exceptions()
1681 nvmx->intr.source = source; in nvmx_enqueue_n2_exceptions()
1688 nvmx->intr.intr_info, nvmx->intr.error_code); in nvmx_enqueue_n2_exceptions()
/xen/xen/include/asm-x86/hvm/
A Dvcpu.h114 struct nestedvmx nvmx; member
/xen/xen/include/asm-x86/hvm/vmx/
A Dvvmx.h57 #define vcpu_2_nvmx(v) (vcpu_nestedhvm(v).u.nvmx)

Completed in 26 milliseconds