diff options
| author | Peter Grehan <grehan@FreeBSD.org> | 2014-08-17 01:23:52 +0000 |
|---|---|---|
| committer | Peter Grehan <grehan@FreeBSD.org> | 2014-08-17 01:23:52 +0000 |
| commit | 57793728b4ea86063a2b4bca1044bb8914e1a7f4 (patch) | |
| tree | 3eccc4cc10658396ede1ae036b060d6802d92bbc /sys/amd64/include | |
| parent | aa569d2e627454bb8f80c039f769f63b0d55b556 (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include')
| -rw-r--r-- | sys/amd64/include/vmm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/include/vmm.h b/sys/amd64/include/vmm.h index 00e1d96afe7f..86f696d7c1a4 100644 --- a/sys/amd64/include/vmm.h +++ b/sys/amd64/include/vmm.h @@ -146,6 +146,8 @@ cpuset_t vm_active_cpus(struct vm *vm); cpuset_t vm_suspended_cpus(struct vm *vm); struct vm_exit *vm_exitinfo(struct vm *vm, int vcpuid); void vm_exit_suspended(struct vm *vm, int vcpuid, uint64_t rip); +void vm_exit_rendezvous(struct vm *vm, int vcpuid, uint64_t rip); +void vm_exit_astpending(struct vm *vm, int vcpuid, uint64_t rip); /* * Rendezvous all vcpus specified in 'dest' and execute 'func(arg)'. |
