Searched refs:guest_msr_ro (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/vmm/intel/ |
H A D | vmx.c | 317 guest_msr_ro(vmx, vcpuid, MSR_APIC_ID); in vmx_allow_x2apic_msrs() 318 guest_msr_ro(vmx, vcpuid, MSR_APIC_VERSION); in vmx_allow_x2apic_msrs() 319 guest_msr_ro(vmx, vcpuid, MSR_APIC_LDR); in vmx_allow_x2apic_msrs() 320 guest_msr_ro(vmx, vcpuid, MSR_APIC_SVR); in vmx_allow_x2apic_msrs() 323 guest_msr_ro(vmx, vcpuid, MSR_APIC_ISR0 + i); in vmx_allow_x2apic_msrs() 324 guest_msr_ro(vmx, vcpuid, MSR_APIC_TMR0 + i); in vmx_allow_x2apic_msrs() 325 guest_msr_ro(vmx, vcpuid, MSR_APIC_IRR0 + i); in vmx_allow_x2apic_msrs() 328 guest_msr_ro(vmx, vcpuid, MSR_APIC_ESR); in vmx_allow_x2apic_msrs() 329 guest_msr_ro(vmx, vcpuid, MSR_APIC_LVT_TIMER); in vmx_allow_x2apic_msrs() 330 guest_msr_ro(vmx, vcpuid, MSR_APIC_LVT_THERMAL); in vmx_allow_x2apic_msrs() [all …]
|
H A D | vmx_msr.h | 67 #define guest_msr_ro(vmx, vcpuid, msr) \ macro
|
H A D | vmx_msr.c | 355 guest_msr_ro(vmx, vcpuid, MSR_TSC); in vmx_msr_guest_init()
|