Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/vmm/intel/
H A Dvmx_msr.c349 guest_msr_rw(vmx, vcpuid, MSR_GSBASE); in vmx_msr_guest_init()
350 guest_msr_rw(vmx, vcpuid, MSR_FSBASE); in vmx_msr_guest_init()
351 guest_msr_rw(vmx, vcpuid, MSR_SYSENTER_CS_MSR); in vmx_msr_guest_init()
352 guest_msr_rw(vmx, vcpuid, MSR_SYSENTER_ESP_MSR); in vmx_msr_guest_init()
353 guest_msr_rw(vmx, vcpuid, MSR_SYSENTER_EIP_MSR); in vmx_msr_guest_init()
354 guest_msr_rw(vmx, vcpuid, MSR_EFER); in vmx_msr_guest_init()
361 guest_msr_rw(vmx, vcpuid, MSR_LSTAR); in vmx_msr_guest_init()
362 guest_msr_rw(vmx, vcpuid, MSR_CSTAR); in vmx_msr_guest_init()
363 guest_msr_rw(vmx, vcpuid, MSR_STAR); in vmx_msr_guest_init()
364 guest_msr_rw(vmx, vcpuid, MSR_SF_MASK); in vmx_msr_guest_init()
[all …]
H A Dvmx_msr.h64 #define guest_msr_rw(vmx, vcpuid, msr) \ macro
H A Dvmx.c345 guest_msr_rw(vmx, vcpuid, MSR_APIC_TPR); in vmx_allow_x2apic_msrs()
346 guest_msr_rw(vmx, vcpuid, MSR_APIC_EOI); in vmx_allow_x2apic_msrs()
347 guest_msr_rw(vmx, vcpuid, MSR_APIC_SELF_IPI); in vmx_allow_x2apic_msrs()