aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2025-01-07 02:16:04 +0000
committerMark Johnston <markj@FreeBSD.org>2025-01-07 02:16:04 +0000
commitc945c9ddca8d6db162334127a43ef8a0be1d3db1 (patch)
tree922c9f5cea342ccbb3baebfc69c3d2545546c41c /sys/amd64/include
parentb09fe08ede8f90ab40f09eac49700698dd4d02b3 (diff)
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/vmm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/vmm.h b/sys/amd64/include/vmm.h
index dd8e76962caf..6501baa455da 100644
--- a/sys/amd64/include/vmm.h
+++ b/sys/amd64/include/vmm.h
@@ -401,7 +401,7 @@ vcpu_should_yield(struct vcpu *vcpu)
void *vcpu_stats(struct vcpu *vcpu);
void vcpu_notify_event(struct vcpu *vcpu, bool lapic_intr);
-struct vmspace *vm_get_vmspace(struct vm *vm);
+struct vmspace *vm_vmspace(struct vm *vm);
struct vatpic *vm_atpic(struct vm *vm);
struct vatpit *vm_atpit(struct vm *vm);
struct vpmtmr *vm_pmtmr(struct vm *vm);