Searched refs:msr_hva (Results 1 – 2 of 2) sorted by relevance
47 vmx->msr_hva = addr_gva2hva(vm, (uintptr_t)vmx->msr); in vcpu_alloc_vmx()49 memset(vmx->msr_hva, 0, getpagesize()); in vcpu_alloc_vmx()
551 void *msr_hva; member