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

/freebsd-10-stable/usr.sbin/bhyve/
H A Dinout.c165 error = vm_copy_setup(ctx, vcpu, &vis->paging, gla,
H A Dtask_switch.c218 error = vm_copy_setup(ctx, vcpu, paging, base + SEL_START(sel),
680 error = vm_copy_setup(ctx, vcpu, paging, gla, bytes, PROT_WRITE,
795 error = vm_copy_setup(ctx, vcpu, &sup_paging, nt.base, minlimit + 1,
827 error = vm_copy_setup(ctx, vcpu, &sup_paging, ot_base, minlimit + 1,
/freebsd-10-stable/lib/libvmmapi/
H A Dvmmapi.h186 int vm_copy_setup(struct vmctx *ctx, int vcpu, struct vm_guest_paging *pg,
H A Dvmmapi.c1206 vm_copy_setup(struct vmctx *ctx, int vcpu, struct vm_guest_paging *paging, function
/freebsd-10-stable/sys/amd64/vmm/
H A Dvmm_instruction_emul.c708 * between (2), (3) and (4). We use 'vm_copy_setup()' to tease this
721 error = vm_copy_setup(vm, vcpuid, paging, srcaddr, opsize, PROT_READ,
737 * 'vm_copy_setup()' is expected to fail for cases (3) and (4)
747 error = vm_copy_setup(vm, vcpuid, paging, dstaddr, opsize,
757 * commit to it only after vm_copy_setup() is
1277 error = vm_copy_setup(vm, vcpuid, paging, stack_gla, size,
1887 error = vm_copy_setup(vm, vcpuid, paging, rip, inst_length, prot,
H A Dvmm.c2487 vm_copy_setup(struct vm *vm, int vcpuid, struct vm_guest_paging *paging, function
/freebsd-10-stable/sys/amd64/include/
H A Dvmm.h389 int vm_copy_setup(struct vm *vm, int vcpuid, struct vm_guest_paging *paging,

Completed in 135 milliseconds