Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/bhyve/
H A Dtask_switch.c221 error = vm_copy_setup(ctx, vcpu, paging, base + SEL_START(sel), in desc_table_rw()
683 error = vm_copy_setup(ctx, vcpu, paging, gla, bytes, PROT_WRITE, in push_errcode()
798 error = vm_copy_setup(ctx, vcpu, &sup_paging, nt.base, minlimit + 1, in vmexit_task_switch()
830 error = vm_copy_setup(ctx, vcpu, &sup_paging, ot_base, minlimit + 1, in vmexit_task_switch()
H A Dinout.c169 error = vm_copy_setup(ctx, vcpu, &vis->paging, gla, in emulate_inout()
/freebsd-13.1/lib/libvmmapi/
H A Dvmmapi.h216 int vm_copy_setup(struct vmctx *ctx, int vcpu, struct vm_guest_paging *pg,
H A Dvmmapi.c1364 vm_copy_setup(struct vmctx *ctx, int vcpu, struct vm_guest_paging *paging, in vm_copy_setup() function
/freebsd-13.1/sys/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.c2669 vm_copy_setup(struct vm *vm, int vcpuid, struct vm_guest_paging *paging, in vm_copy_setup() function
/freebsd-13.1/sys/amd64/include/
H A Dvmm.h459 int vm_copy_setup(struct vm *vm, int vcpuid, struct vm_guest_paging *paging,