Searched refs:vm_copy_setup (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/usr.sbin/bhyve/amd64/ |
| H A D | task_switch.c | 218 error = vm_copy_setup(vcpu, paging, base + SEL_START(sel), in desc_table_rw() 680 error = vm_copy_setup(vcpu, paging, gla, bytes, PROT_WRITE, in push_errcode() 798 error = vm_copy_setup(vcpu, &sup_paging, nt.base, minlimit + 1, in vmexit_task_switch() 830 error = vm_copy_setup(vcpu, &sup_paging, ot_base, minlimit + 1, in vmexit_task_switch()
|
| H A D | inout.c | 164 error = vm_copy_setup(vcpu, &vis->paging, gla, in emulate_inout()
|
| /freebsd-14.2/lib/libvmmapi/ |
| H A D | vmmapi.h | 220 int vm_copy_setup(struct vcpu *vcpu, struct vm_guest_paging *pg,
|
| H A D | vmmapi.c | 1438 vm_copy_setup(struct vcpu *vcpu, struct vm_guest_paging *paging, in vm_copy_setup() function
|
| /freebsd-14.2/sys/amd64/vmm/ |
| H A D | vmm_instruction_emul.c | 825 error = vm_copy_setup(vcpu, paging, srcaddr, opsize, PROT_READ, in emulate_movs() 851 error = vm_copy_setup(vcpu, paging, dstaddr, opsize, in emulate_movs() 1589 error = vm_copy_setup(vcpu, paging, stack_gla, size, in emulate_stack_op() 2294 error = vm_copy_setup(vcpu, paging, rip, inst_length, prot, in vmm_fetch_instruction()
|
| H A D | vmm.c | 1782 error = vm_copy_setup(vcpu, &vme->u.dbg.paging, rsp, sizeof(uint64_t), in vm_handle_db() 2775 vm_copy_setup(struct vcpu *vcpu, struct vm_guest_paging *paging, in vm_copy_setup() function
|
| /freebsd-14.2/sys/amd64/include/ |
| H A D | vmm.h | 479 int vm_copy_setup(struct vcpu *vcpu, struct vm_guest_paging *paging,
|