Home
last modified time | relevance | path

Searched refs:vm_handle_inout (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/amd64/vmm/
H A Dvmm_ioport.h37 int vm_handle_inout(struct vm *vm, int vcpuid, struct vm_exit *vme, bool *retu);
H A Dvmm_ioport.c158 vm_handle_inout(struct vm *vm, int vcpuid, struct vm_exit *vmexit, bool *retu) in vm_handle_inout() function
H A Dvmm.c1781 error = vm_handle_inout(vm, vcpuid, vme, &retu); in vm_run()