Home
last modified time | relevance | path

Searched refs:VMX_MSR_W (Results 1 – 3 of 3) sorted by relevance

/xen/xen/include/asm-x86/hvm/vmx/
A Dvmcs.h640 VMX_MSR_W = 2, enumerator
641 VMX_MSR_RW = VMX_MSR_R | VMX_MSR_W,
/xen/xen/arch/x86/hvm/vmx/
A Dvmcs.c902 if ( type & VMX_MSR_W ) in vmx_clear_msr_intercept()
910 if ( type & VMX_MSR_W ) in vmx_clear_msr_intercept()
930 if ( type & VMX_MSR_W ) in vmx_set_msr_intercept()
938 if ( type & VMX_MSR_W ) in vmx_set_msr_intercept()
A Dvmx.c2097 vmx_set_msr_intercept(v, msr, VMX_MSR_W); in vmx_enable_msr_interception()
3149 vmx_clear_msr_intercept(v, MSR_X2APIC_TPR, VMX_MSR_W); in vmx_vlapic_msr_changed()
3150 vmx_clear_msr_intercept(v, MSR_X2APIC_EOI, VMX_MSR_W); in vmx_vlapic_msr_changed()
3151 vmx_clear_msr_intercept(v, MSR_X2APIC_SELF, VMX_MSR_W); in vmx_vlapic_msr_changed()

Completed in 15 milliseconds