Searched refs:vm_copy_setup (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/usr.sbin/bhyve/ |
| HD | task_switch.c | 218 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()
|
| HD | inout.c | 165 error = vm_copy_setup(ctx, vcpu, &vis->paging, gla, in emulate_inout()
|
| /NextBSD/lib/libvmmapi/ |
| HD | vmmapi.h | 186 int vm_copy_setup(struct vmctx *ctx, int vcpu, struct vm_guest_paging *pg,
|
| HD | vmmapi.c | 1201 vm_copy_setup(struct vmctx *ctx, int vcpu, struct vm_guest_paging *paging, in vm_copy_setup() function
|
| /NextBSD/sys/amd64/vmm/ |
| HD | vmm_instruction_emul.c | 721 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()
|
| HD | vmm.c | 2493 vm_copy_setup(struct vm *vm, int vcpuid, struct vm_guest_paging *paging, in vm_copy_setup() function
|
| /NextBSD/sys/amd64/include/ |
| HD | vmm.h | 389 int vm_copy_setup(struct vm *vm, int vcpuid, struct vm_guest_paging *paging,
|