Searched refs:vcpu_ioctl (Results 1 – 3 of 3) sorted by relevance
| /freebsd/lib/libvmmapi/ |
| H A D | vmmapi.c | 740 vcpu_ioctl(struct vcpu *vcpu, u_long cmd, void *arg) in vcpu_ioctl() function 761 error = vcpu_ioctl(vcpu, VM_SET_REGISTER, &vmreg); in vm_set_register() 774 error = vcpu_ioctl(vcpu, VM_GET_REGISTER, &vmreg); in vm_get_register() 791 error = vcpu_ioctl(vcpu, VM_SET_REGISTER_SET, &vmregset); in vm_set_register_set() 807 error = vcpu_ioctl(vcpu, VM_GET_REGISTER_SET, &vmregset); in vm_get_register_set() 814 return (vcpu_ioctl(vcpu, VM_RUN, vmrun)); in vm_run() 866 error = vcpu_ioctl(vcpu, VM_GET_CAPABILITY, &vmcap); in vm_get_capability() 880 return (vcpu_ioctl(vcpu, VM_SET_CAPABILITY, &vmcap)); in vm_set_capability() 898 if (vcpu_ioctl(vcpu, VM_STATS, &vmstats) != 0) in vm_get_stats() 973 error = vcpu_ioctl(vcpu, VM_GLA2GPA, &gg); in vm_gla2gpa() [all …]
|
| H A D | internal.h | 32 int vcpu_ioctl(struct vcpu *vcpu, u_long cmd, void *arg);
|
| /freebsd/lib/libvmmapi/riscv/ |
| H A D | vmmapi_machdep.c | 117 return (vcpu_ioctl(vcpu, VM_INJECT_EXCEPTION, &vmexc)); in vm_inject_exception()
|