Searched refs:vm_gla2gpa (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/amd64/include/
H A Dvmm_instruction_emul.h97 int vm_gla2gpa(struct vm *vm, int vcpuid, struct vm_guest_paging *paging,
101 * Like vm_gla2gpa, but no exceptions are injected into the guest and
H A Dvmm_dev.h192 struct vm_gla2gpa { struct
403 _IOWR('v', IOCNUM_GLA2GPA, struct vm_gla2gpa)
405 _IOWR('v', IOCNUM_GLA2GPA_NOFAULT, struct vm_gla2gpa)
/freebsd-12-stable/lib/libvmmapi/
H A Dvmmapi.c1221 vm_gla2gpa(struct vmctx *ctx, int vcpu, struct vm_guest_paging *paging, function
1224 struct vm_gla2gpa gg;
1227 bzero(&gg, sizeof(struct vm_gla2gpa));
1245 struct vm_gla2gpa gg;
1248 bzero(&gg, sizeof(struct vm_gla2gpa));
1282 error = vm_gla2gpa(ctx, vcpu, paging, gla, prot, &gpa, fault);
H A Dvmmapi.h114 int vm_gla2gpa(struct vmctx *, int vcpuid, struct vm_guest_paging *paging,
/freebsd-12-stable/sys/amd64/vmm/
H A Dvmm_dev.c369 struct vm_gla2gpa *gg;
698 gg = (struct vm_gla2gpa *)data;
699 error = vm_gla2gpa(sc->vm, gg->vcpuid, &gg->paging, gg->gla,
702 ("%s: vm_gla2gpa unknown error %d", __func__, error));
706 gg = (struct vm_gla2gpa *)data;
710 ("%s: vm_gla2gpa unknown error %d", __func__, error));
H A Dvmm_instruction_emul.c870 error = vm_gla2gpa(vm, vcpuid, paging, srcaddr,
875 error = vm_gla2gpa(vm, vcpuid, paging, dstaddr,
2154 vm_gla2gpa(struct vm *vm, int vcpuid, struct vm_guest_paging *paging, function
H A Dvmm.c2640 error = vm_gla2gpa(vm, vcpuid, paging, gla, prot, &gpa, fault);

Completed in 127 milliseconds