Searched refs:vmread (Results 1 – 2 of 2) sorted by relevance
492 static inline int vmread(uint64_t encoding, uint64_t *value) in vmread() function516 vmread(encoding, &value); in vmreadz()559 void *vmread; member
105 vmx->vmread = (void *)vm_vaddr_alloc(vm, getpagesize(), 0x10000, 0, 0); in vcpu_alloc_vmx()106 vmx->vmread_hva = addr_gva2hva(vm, (uintptr_t)vmx->vmread); in vcpu_alloc_vmx()107 vmx->vmread_gpa = addr_gva2gpa(vm, (uintptr_t)vmx->vmread); in vcpu_alloc_vmx()