Home
last modified time | relevance | path

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

/dragonfly/sys/dev/virtual/nvmm/x86/
H A Dnvmm_x86_vmx.c822 paddr_t gmsr_pa; member
2980 vmx_vmwrite(VMCS_ENTRY_MSR_LOAD_ADDRESS, cpudata->gmsr_pa); in vmx_vcpu_init()
2981 vmx_vmwrite(VMCS_EXIT_MSR_STORE_ADDRESS, cpudata->gmsr_pa); in vmx_vcpu_init()
3065 error = os_contigpa_zalloc(&cpudata->gmsr_pa, in vmx_vcpu_create()
3086 if (cpudata->gmsr_pa) { in vmx_vcpu_create()
3087 os_contigpa_free(cpudata->gmsr_pa, (vaddr_t)cpudata->gmsr, 1); in vmx_vcpu_create()
3108 os_contigpa_free(cpudata->gmsr_pa, (vaddr_t)cpudata->gmsr, in vmx_vcpu_destroy()