Searched refs:vmx_vcpu_msr_allow (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/sys/dev/virtual/nvmm/x86/ |
| HD | nvmm_x86_vmx.c | 2468 vmx_vcpu_msr_allow(uint8_t *bitmap, uint64_t msr, bool read, bool write) in vmx_vcpu_msr_allow() function 2950 vmx_vcpu_msr_allow(cpudata->msrbm, MSR_EFER, true, true); in vmx_vcpu_init() 2951 vmx_vcpu_msr_allow(cpudata->msrbm, MSR_STAR, true, true); in vmx_vcpu_init() 2952 vmx_vcpu_msr_allow(cpudata->msrbm, MSR_LSTAR, true, true); in vmx_vcpu_init() 2953 vmx_vcpu_msr_allow(cpudata->msrbm, MSR_CSTAR, true, true); in vmx_vcpu_init() 2954 vmx_vcpu_msr_allow(cpudata->msrbm, MSR_SFMASK, true, true); in vmx_vcpu_init() 2955 vmx_vcpu_msr_allow(cpudata->msrbm, MSR_KERNELGSBASE, true, true); in vmx_vcpu_init() 2956 vmx_vcpu_msr_allow(cpudata->msrbm, MSR_SYSENTER_CS, true, true); in vmx_vcpu_init() 2957 vmx_vcpu_msr_allow(cpudata->msrbm, MSR_SYSENTER_ESP, true, true); in vmx_vcpu_init() 2958 vmx_vcpu_msr_allow(cpudata->msrbm, MSR_SYSENTER_EIP, true, true); in vmx_vcpu_init() [all …]
|