Searched refs:vm_gla2gpa (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/amd64/include/ |
| H A D | vmm_dev.h | 201 struct vm_gla2gpa { struct 438 _IOWR('v', IOCNUM_GLA2GPA, struct vm_gla2gpa) 440 _IOWR('v', IOCNUM_GLA2GPA_NOFAULT, struct vm_gla2gpa)
|
| H A D | vmm_instruction_emul.h | 97 int vm_gla2gpa(struct vm *vm, int vcpuid, struct vm_guest_paging *paging,
|
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm_dev.c | 377 struct vm_gla2gpa *gg; in vmmdev_ioctl() 765 gg = (struct vm_gla2gpa *)data; in vmmdev_ioctl() 766 error = vm_gla2gpa(sc->vm, gg->vcpuid, &gg->paging, gg->gla, in vmmdev_ioctl() 773 gg = (struct vm_gla2gpa *)data; in vmmdev_ioctl()
|
| H A D | vmm_instruction_emul.c | 885 error = vm_gla2gpa(vm, vcpuid, paging, srcaddr, in emulate_movs() 890 error = vm_gla2gpa(vm, vcpuid, paging, dstaddr, in emulate_movs() 2268 vm_gla2gpa(struct vm *vm, int vcpuid, struct vm_guest_paging *paging, in vm_gla2gpa() function
|
| H A D | vmm.c | 2667 error = vm_gla2gpa(vm, vcpuid, paging, gla, prot, &gpa, fault); in vm_copy_setup()
|