Home
last modified time | relevance | path

Searched refs:vm_copy_setup (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/amd64/vmm/
H A Dvmm_instruction_emul.c829 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 Dvmm.c2652 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 Dvmm.h458 int vm_copy_setup(struct vm *vm, int vcpuid, struct vm_guest_paging *paging,