Searched refs:vm_copy_setup (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/usr.sbin/bhyve/ |
| H A D | task_switch.c | 221 error = vm_copy_setup(ctx, vcpu, paging, base + SEL_START(sel), in desc_table_rw() 683 error = vm_copy_setup(ctx, vcpu, paging, gla, bytes, PROT_WRITE, in push_errcode() 798 error = vm_copy_setup(ctx, vcpu, &sup_paging, nt.base, minlimit + 1, in vmexit_task_switch() 830 error = vm_copy_setup(ctx, vcpu, &sup_paging, ot_base, minlimit + 1, in vmexit_task_switch()
|
| H A D | inout.c | 169 error = vm_copy_setup(ctx, vcpu, &vis->paging, gla, in emulate_inout()
|
| /freebsd-13.1/lib/libvmmapi/ |
| H A D | vmmapi.h | 216 int vm_copy_setup(struct vmctx *ctx, int vcpu, struct vm_guest_paging *pg,
|
| H A D | vmmapi.c | 1364 vm_copy_setup(struct vmctx *ctx, int vcpu, struct vm_guest_paging *paging, in vm_copy_setup() function
|
| /freebsd-13.1/sys/amd64/vmm/ |
| H A D | vmm_instruction_emul.c | 829 error = vm_copy_setup(vm, vcpuid, paging, srcaddr, opsize, PROT_READ, in emulate_movs() 855 error = vm_copy_setup(vm, vcpuid, paging, dstaddr, opsize, in emulate_movs() 1593 error = vm_copy_setup(vm, vcpuid, paging, stack_gla, size, in emulate_stack_op() 2296 error = vm_copy_setup(vm, vcpuid, paging, rip, inst_length, prot, in vmm_fetch_instruction()
|
| H A D | vmm.c | 2669 vm_copy_setup(struct vm *vm, int vcpuid, struct vm_guest_paging *paging, in vm_copy_setup() function
|
| /freebsd-13.1/sys/amd64/include/ |
| H A D | vmm.h | 459 int vm_copy_setup(struct vm *vm, int vcpuid, struct vm_guest_paging *paging,
|