Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
A Dvmx.h21 #define X2APIC_MSR(r) (APIC_BASE_MSR + ((r) >> 4)) macro
A Dvmx.c3814 vmx_set_intercept_for_msr(vcpu, X2APIC_MSR(APIC_TASKPRI), MSR_TYPE_RW, in vmx_update_msr_bitmap_x2apic()
3818 vmx_enable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_TMCCT), MSR_TYPE_RW); in vmx_update_msr_bitmap_x2apic()
3819 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_EOI), MSR_TYPE_W); in vmx_update_msr_bitmap_x2apic()
3820 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_SELF_IPI), MSR_TYPE_W); in vmx_update_msr_bitmap_x2apic()
A Dnested.c630 X2APIC_MSR(APIC_TASKPRI), in nested_vmx_prepare_msr_bitmap()
636 X2APIC_MSR(APIC_EOI), in nested_vmx_prepare_msr_bitmap()
640 X2APIC_MSR(APIC_SELF_IPI), in nested_vmx_prepare_msr_bitmap()

Completed in 26 milliseconds