Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/bhyve/
HDtask_switch.c218 error = vm_copy_setup(ctx, vcpu, paging, base + SEL_START(sel), in desc_table_rw()
680 error = vm_copy_setup(ctx, vcpu, paging, gla, bytes, PROT_WRITE, in push_errcode()
795 error = vm_copy_setup(ctx, vcpu, &sup_paging, nt.base, minlimit + 1, in vmexit_task_switch()
827 error = vm_copy_setup(ctx, vcpu, &sup_paging, ot_base, minlimit + 1, in vmexit_task_switch()
HDinout.c165 error = vm_copy_setup(ctx, vcpu, &vis->paging, gla, in emulate_inout()
/NextBSD/lib/libvmmapi/
HDvmmapi.h186 int vm_copy_setup(struct vmctx *ctx, int vcpu, struct vm_guest_paging *pg,
HDvmmapi.c1201 vm_copy_setup(struct vmctx *ctx, int vcpu, struct vm_guest_paging *paging, in vm_copy_setup() function
/NextBSD/sys/amd64/vmm/
HDvmm_instruction_emul.c721 error = vm_copy_setup(vm, vcpuid, paging, srcaddr, opsize, PROT_READ, in emulate_movs()
747 error = vm_copy_setup(vm, vcpuid, paging, dstaddr, opsize, in emulate_movs()
1277 error = vm_copy_setup(vm, vcpuid, paging, stack_gla, size, in emulate_stack_op()
1887 error = vm_copy_setup(vm, vcpuid, paging, rip, inst_length, prot, in vmm_fetch_instruction()
HDvmm.c2493 vm_copy_setup(struct vm *vm, int vcpuid, struct vm_guest_paging *paging, in vm_copy_setup() function
/NextBSD/sys/amd64/include/
HDvmm.h389 int vm_copy_setup(struct vm *vm, int vcpuid, struct vm_guest_paging *paging,