Searched refs:vm_copyout (Results 1 – 7 of 7) sorted by relevance
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | task_switch.c | 226 vm_copyout(desc, iov, sizeof(*desc)); in desc_table_rw() 463 vm_copyout(tss, iov, sizeof(struct tss32)); in tss32_save() 559 vm_copyout(tss, iov, sizeof(*tss)); in tss32_restore() 684 vm_copyout(&errcode, iov, bytes); in push_errcode()
|
H A D | inout.c | 188 vm_copyout(&val, iov, bytes); in emulate_inout()
|
/freebsd/lib/libvmmapi/ |
H A D | vmmapi.h | 248 void vm_copyout(const void *host_src, struct iovec *guest_iov, size_t len);
|
H A D | vmmapi.c | 992 vm_copyout(const void *vp, struct iovec *iov, size_t len) in vm_copyout() function
|
/freebsd/sys/amd64/include/ |
H A D | vmm.h | 460 void vm_copyout(const void *kaddr, struct vm_copyinfo *copyinfo, size_t len);
|
/freebsd/sys/amd64/vmm/ |
H A D | vmm.c | 1442 vm_copyout(&rflags, copyinfo, sizeof(uint64_t)); in vm_handle_db() 2489 vm_copyout(const void *kaddr, struct vm_copyinfo *copyinfo, size_t len) in vm_copyout() function
|
H A D | vmm_instruction_emul.c | 878 vm_copyout(&val, copyinfo, opsize); in emulate_movs() 1612 vm_copyout(&val, copyinfo, size); in emulate_stack_op()
|