Searched refs:vm_copyout (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/usr.sbin/bhyve/ |
| D | task_switch.c | 227 vm_copyout(ctx, vcpu, desc, iov, sizeof(*desc)); in desc_table_rw() 464 vm_copyout(ctx, vcpu, tss, iov, sizeof(struct tss32)); in tss32_save() 560 vm_copyout(ctx, vcpu, tss, iov, sizeof(*tss)); in tss32_restore() 685 vm_copyout(ctx, vcpu, &errcode, iov, bytes); in push_errcode()
|
| D | inout.c | 190 vm_copyout(ctx, vcpu, &val, iov, bytes); in emulate_inout()
|
| /freebsd-10-stable/lib/libvmmapi/ |
| D | vmmapi.h | 191 void vm_copyout(struct vmctx *ctx, int vcpu, const void *host_src,
|
| D | vmmapi.c | 1271 vm_copyout(struct vmctx *ctx, int vcpu, const void *vp, struct iovec *iov, in vm_copyout() function
|
| /freebsd-10-stable/sys/amd64/include/ |
| D | vmm.h | 396 void vm_copyout(struct vm *vm, int vcpuid, const void *kaddr,
|
| /freebsd-10-stable/sys/amd64/vmm/ |
| D | vmm_instruction_emul.c | 766 vm_copyout(vm, vcpuid, &val, copyinfo, opsize); in emulate_movs() 1286 vm_copyout(vm, vcpuid, &val, copyinfo, size); in emulate_stack_op()
|
| D | vmm.c | 2550 vm_copyout(struct vm *vm, int vcpuid, const void *kaddr, in vm_copyout() function
|