Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/bhyve/
H A Dtask_switch.c220 error = vm_copy_setup(ctx, vcpu, paging, base + SEL_START(sel), in desc_table_rw()
682 error = vm_copy_setup(ctx, vcpu, paging, gla, bytes, PROT_WRITE, in push_errcode()
797 error = vm_copy_setup(ctx, vcpu, &sup_paging, nt.base, minlimit + 1, in vmexit_task_switch()
829 error = vm_copy_setup(ctx, vcpu, &sup_paging, ot_base, minlimit + 1, in vmexit_task_switch()
H A Dinout.c167 error = vm_copy_setup(ctx, vcpu, &vis->paging, gla, in emulate_inout()
/freebsd-12.1/lib/libvmmapi/
H A Dvmmapi.h198 int vm_copy_setup(struct vmctx *ctx, int vcpu, struct vm_guest_paging *pg,
H A Dvmmapi.c1261 vm_copy_setup(struct vmctx *ctx, int vcpu, struct vm_guest_paging *paging, in vm_copy_setup() function
/freebsd-12.1/sys/amd64/vmm/
H A Dvmm_instruction_emul.c814 error = vm_copy_setup(vm, vcpuid, paging, srcaddr, opsize, PROT_READ, in emulate_movs()
840 error = vm_copy_setup(vm, vcpuid, paging, dstaddr, opsize, in emulate_movs()
1501 error = vm_copy_setup(vm, vcpuid, paging, stack_gla, size, in emulate_stack_op()
2182 error = vm_copy_setup(vm, vcpuid, paging, rip, inst_length, prot, in vmm_fetch_instruction()
H A Dvmm.c2611 vm_copy_setup(struct vm *vm, int vcpuid, struct vm_guest_paging *paging, in vm_copy_setup() function
/freebsd-12.1/sys/amd64/include/
H A Dvmm.h413 int vm_copy_setup(struct vm *vm, int vcpuid, struct vm_guest_paging *paging,