Searched refs:vm_gla2gpa (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/riscv/vmm/ |
H A D | vmm_dev_machdep.c | 74 struct vm_gla2gpa *gg; in vmmdev_machdep_ioctl() 98 gg = (struct vm_gla2gpa *)data; in vmmdev_machdep_ioctl()
|
/freebsd/sys/arm64/vmm/ |
H A D | vmm_dev_machdep.c | 76 struct vm_gla2gpa *gg; in vmmdev_machdep_ioctl() 102 gg = (struct vm_gla2gpa *)data; in vmmdev_machdep_ioctl()
|
/freebsd/sys/amd64/include/ |
H A D | vmm_dev.h | 196 struct vm_gla2gpa { struct 435 _IOWR('v', IOCNUM_GLA2GPA, struct vm_gla2gpa) 437 _IOWR('v', IOCNUM_GLA2GPA_NOFAULT, struct vm_gla2gpa)
|
H A D | vmm_instruction_emul.h | 95 int vm_gla2gpa(struct vcpu *vcpu, struct vm_guest_paging *paging,
|
/freebsd/sys/riscv/include/ |
H A D | vmm_dev.h | 118 struct vm_gla2gpa { struct 249 _IOWR('v', IOCNUM_GLA2GPA_NOFAULT, struct vm_gla2gpa)
|
/freebsd/sys/arm64/include/ |
H A D | vmm_dev.h | 112 struct vm_gla2gpa { struct 256 _IOWR('v', IOCNUM_GLA2GPA_NOFAULT, struct vm_gla2gpa)
|
/freebsd/sys/amd64/vmm/ |
H A D | vmm_dev_machdep.c | 191 struct vm_gla2gpa *gg; in vmmdev_machdep_ioctl() 455 gg = (struct vm_gla2gpa *)data; in vmmdev_machdep_ioctl() 456 error = vm_gla2gpa(vcpu, &gg->paging, gg->gla, in vmmdev_machdep_ioctl() 463 gg = (struct vm_gla2gpa *)data; in vmmdev_machdep_ioctl()
|
H A D | vmm_instruction_emul.c | 889 error = vm_gla2gpa(vcpu, paging, srcaddr, in emulate_movs() 894 error = vm_gla2gpa(vcpu, paging, dstaddr, in emulate_movs() 2280 vm_gla2gpa(struct vcpu *vcpu, struct vm_guest_paging *paging, in vm_gla2gpa() function
|
H A D | vmm.c | 2442 error = vm_gla2gpa(vcpu, paging, gla, prot, &gpa, fault); in vm_copy_setup()
|
/freebsd/lib/libvmmapi/ |
H A D | vmmapi.c | 877 vm_gla2gpa(struct vcpu *vcpu, struct vm_guest_paging *paging, in vm_gla2gpa() function 880 struct vm_gla2gpa gg; in vm_gla2gpa() 883 bzero(&gg, sizeof(struct vm_gla2gpa)); in vm_gla2gpa() 901 struct vm_gla2gpa gg; in vm_gla2gpa_nofault() 904 bzero(&gg, sizeof(struct vm_gla2gpa)); in vm_gla2gpa_nofault() 938 error = vm_gla2gpa(vcpu, paging, gla, prot, &gpa, fault); in vm_copy_setup()
|
H A D | vmmapi.h | 136 int vm_gla2gpa(struct vcpu *vcpu, struct vm_guest_paging *paging,
|