summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include
diff options
context:
space:
mode:
authorDave Voutila <dv@cvs.openbsd.org>2023-01-28 14:40:54 +0000
committerDave Voutila <dv@cvs.openbsd.org>2023-01-28 14:40:54 +0000
commitecd3a40f81f6142c8f7bc59d8b8b37f98dea9f0e (patch)
treee6972a1c55612e9fdb3e5d56b425c14cf0f85ffd /sys/arch/amd64/include
parentaea8dce57b0e529415e4c783c1222ddf26bd9460 (diff)
Move some header definitions from vmm(4) to vmd(8).
Part of an ongoing effort to move userland-specific information out of a kernel header and directly into vmd(8). No functional change. ok mlarkin@
Diffstat (limited to 'sys/arch/amd64/include')
-rw-r--r--sys/arch/amd64/include/vmmvar.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/amd64/include/vmmvar.h b/sys/arch/amd64/include/vmmvar.h
index 4a248ecad61..344261fce1e 100644
--- a/sys/arch/amd64/include/vmmvar.h
+++ b/sys/arch/amd64/include/vmmvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmmvar.h,v 1.87 2023/01/19 15:52:51 dv Exp $ */
+/* $OpenBSD: vmmvar.h,v 1.88 2023/01/28 14:40:53 dv Exp $ */
/*
* Copyright (c) 2014 Mike Larkin <mlarkin@openbsd.org>
*
@@ -36,10 +36,6 @@
#define VMM_PCI_MMIO_BAR_BASE 0xF0000000ULL
#define VMM_PCI_MMIO_BAR_END 0xFFDFFFFFULL /* 2 MiB below 4 GiB */
-#define VMM_PCI_MMIO_BAR_SIZE 0x00010000
-#define VMM_PCI_IO_BAR_BASE 0x1000
-#define VMM_PCI_IO_BAR_END 0xFFFF
-#define VMM_PCI_IO_BAR_SIZE 0x1000
/* VMX: Basic Exit Reasons */
#define VMX_EXIT_NMI 0