Searched refs:vm_copy_setup (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm_instruction_emul.c | 829 error = vm_copy_setup(vm, vcpuid, paging, srcaddr, opsize, PROT_READ, in emulate_movs() 855 error = vm_copy_setup(vm, vcpuid, paging, dstaddr, opsize, in emulate_movs() 1593 error = vm_copy_setup(vm, vcpuid, paging, stack_gla, size, in emulate_stack_op() 2296 error = vm_copy_setup(vm, vcpuid, paging, rip, inst_length, prot, in vmm_fetch_instruction()
|
| H A D | vmm.c | 2652 vm_copy_setup(struct vm *vm, int vcpuid, struct vm_guest_paging *paging, in vm_copy_setup() function
|
| /f-stack/freebsd/amd64/include/ |
| H A D | vmm.h | 458 int vm_copy_setup(struct vm *vm, int vcpuid, struct vm_guest_paging *paging,
|