Searched refs:vm_copy_setup (Results 1 – 7 of 7) sorted by relevance
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | task_switch.c | 217 error = vm_copy_setup(vcpu, paging, base + SEL_START(sel), in desc_table_rw() 679 error = vm_copy_setup(vcpu, paging, gla, bytes, PROT_WRITE, in push_errcode() 797 error = vm_copy_setup(vcpu, &sup_paging, nt.base, minlimit + 1, in vmexit_task_switch() 829 error = vm_copy_setup(vcpu, &sup_paging, ot_base, minlimit + 1, in vmexit_task_switch()
|
H A D | inout.c | 163 error = vm_copy_setup(vcpu, &vis->paging, gla, in emulate_inout()
|
/freebsd/lib/libvmmapi/ |
H A D | vmmapi.h | 243 int vm_copy_setup(struct vcpu *vcpu, struct vm_guest_paging *pg,
|
H A D | vmmapi.c | 923 vm_copy_setup(struct vcpu *vcpu, struct vm_guest_paging *paging, in vm_copy_setup() function
|
/freebsd/sys/amd64/vmm/ |
H A D | vmm_instruction_emul.c | 833 error = vm_copy_setup(vcpu, paging, srcaddr, opsize, PROT_READ, in emulate_movs() 859 error = vm_copy_setup(vcpu, paging, dstaddr, opsize, in emulate_movs() 1603 error = vm_copy_setup(vcpu, paging, stack_gla, size, in emulate_stack_op() 2308 error = vm_copy_setup(vcpu, paging, rip, inst_length, prot, in vmm_fetch_instruction()
|
H A D | vmm.c | 1428 error = vm_copy_setup(vcpu, &vme->u.dbg.paging, rsp, sizeof(uint64_t), in vm_handle_db() 2426 vm_copy_setup(struct vcpu *vcpu, struct vm_guest_paging *paging, in vm_copy_setup() function
|
/freebsd/sys/amd64/include/ |
H A D | vmm.h | 455 int vm_copy_setup(struct vcpu *vcpu, struct vm_guest_paging *paging,
|