Searched refs:vm_gla2gpa (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13-stable/sys/amd64/include/ |
| HD | vmm_dev.h | 205 struct vm_gla2gpa { struct 448 _IOWR('v', IOCNUM_GLA2GPA, struct vm_gla2gpa) 450 _IOWR('v', IOCNUM_GLA2GPA_NOFAULT, struct vm_gla2gpa)
|
| HD | vmm_instruction_emul.h | 108 int vm_gla2gpa(struct vcpu *vcpu, struct vm_guest_paging *paging,
|
| /freebsd-13-stable/lib/libvmmapi/ |
| HD | vmmapi.c | 1380 vm_gla2gpa(struct vmctx *ctx, int vcpu, struct vm_guest_paging *paging, in vm_gla2gpa() function 1383 struct vm_gla2gpa gg; in vm_gla2gpa() 1386 bzero(&gg, sizeof(struct vm_gla2gpa)); in vm_gla2gpa() 1404 struct vm_gla2gpa gg; in vm_gla2gpa_nofault() 1407 bzero(&gg, sizeof(struct vm_gla2gpa)); in vm_gla2gpa_nofault() 1441 error = vm_gla2gpa(ctx, vcpu, paging, gla, prot, &gpa, fault); in vm_copy_setup()
|
| HD | vmmapi.h | 129 int vm_gla2gpa(struct vmctx *, int vcpuid, struct vm_guest_paging *paging,
|
| /freebsd-13-stable/sys/amd64/vmm/ |
| HD | vmm_dev.c | 400 struct vm_gla2gpa *gg; in vmmdev_ioctl() 860 gg = (struct vm_gla2gpa *)data; in vmmdev_ioctl() 861 error = vm_gla2gpa(vcpu, &gg->paging, gg->gla, in vmmdev_ioctl() 868 gg = (struct vm_gla2gpa *)data; in vmmdev_ioctl()
|
| HD | vmm_instruction_emul.c | 887 error = vm_gla2gpa(VCPU_ARGS, paging, srcaddr, in emulate_movs() 892 error = vm_gla2gpa(VCPU_ARGS, paging, dstaddr, in emulate_movs() 2278 vm_gla2gpa(struct vcpu *vcpu, struct vm_guest_paging *paging, in vm_gla2gpa() function
|
| HD | vmm.c | 2733 error = vm_gla2gpa(vcpu, paging, gla, prot, &gpa, fault); in vm_copy_setup()
|