Home
last modified time | relevance | path

Searched refs:vm_exit_astpending (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/amd64/include/
H A Dvmm.h285 void vm_exit_astpending(struct vm *vm, int vcpuid, uint64_t rip);
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm.c2076 vm_exit_astpending(vm, vcpu, state->rip); in svm_run()
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c1689 vm_exit_astpending(struct vm *vm, int vcpuid, uint64_t rip) in vm_exit_astpending() function
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c3063 vm_exit_astpending(vmx->vm, vcpu, rip); in vmx_run()