aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/vmm.h
diff options
context:
space:
mode:
authorTycho Nightingale <tychon@FreeBSD.org>2014-03-25 19:20:34 +0000
committerTycho Nightingale <tychon@FreeBSD.org>2014-03-25 19:20:34 +0000
commite883c9bb40062fca0f3b25229a146d72e54939c2 (patch)
tree70436186ec9e187e64b571603fc3dd8faffb1e6c /sys/amd64/include/vmm.h
parent717f4815f39f49e51b5f7a995b09d1845802fe15 (diff)
downloadsrc-e883c9bb40062fca0f3b25229a146d72e54939c2.tar.gz
src-e883c9bb40062fca0f3b25229a146d72e54939c2.zip
Move the atpit device model from userspace into vmm.ko for better
precision and lower latency. Approved by: grehan (co-mentor)
Notes
Notes: svn path=/head/; revision=263744
Diffstat (limited to 'sys/amd64/include/vmm.h')
-rw-r--r--sys/amd64/include/vmm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/include/vmm.h b/sys/amd64/include/vmm.h
index 890f7656a13e..d50e7bcf6dd2 100644
--- a/sys/amd64/include/vmm.h
+++ b/sys/amd64/include/vmm.h
@@ -191,6 +191,7 @@ struct vmspace *vm_get_vmspace(struct vm *vm);
int vm_assign_pptdev(struct vm *vm, int bus, int slot, int func);
int vm_unassign_pptdev(struct vm *vm, int bus, int slot, int func);
struct vatpic *vm_atpic(struct vm *vm);
+struct vatpit *vm_atpit(struct vm *vm);
/*
* Inject exception 'vme' into the guest vcpu. This function returns 0 on