summaryrefslogtreecommitdiffstats
path: root/sys/amd64/vmm
diff options
context:
space:
mode:
authorneel <neel@FreeBSD.org>2014-09-04 06:07:32 +0000
committerneel <neel@FreeBSD.org>2014-09-04 06:07:32 +0000
commit9c9ff7e250335d38cbcedb0da1f9701f0143ca77 (patch)
treec406b4658a3973ecff3c141b90f5f415558e969e /sys/amd64/vmm
parent4038b1d8f9e3926f6e3601fc1eb8a161dc21a3d1 (diff)
downloadFreeBSD-src-9c9ff7e250335d38cbcedb0da1f9701f0143ca77.zip
FreeBSD-src-9c9ff7e250335d38cbcedb0da1f9701f0143ca77.tar.gz
Remove unused header file.
Discussed with: Anish Gupta (akgupt3@gmail.com)
Diffstat (limited to 'sys/amd64/vmm')
-rw-r--r--sys/amd64/vmm/amd/svm_msr.h49
1 files changed, 0 insertions, 49 deletions
diff --git a/sys/amd64/vmm/amd/svm_msr.h b/sys/amd64/vmm/amd/svm_msr.h
deleted file mode 100644
index 0cb6f15..0000000
--- a/sys/amd64/vmm/amd/svm_msr.h
+++ /dev/null
@@ -1,49 +0,0 @@
-/*-
- * Copyright (c) 2013 Anish Gupta (akgupt3@gmail.com)
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice unmodified, this list of conditions, and the following
- * disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * $FreeBSD$
- */
-
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
-#ifndef _SVM_MSR_H_
-#define _SVM_MSR_H_
-
-/*
- * SVM CPUID function, address 0x8000_000A edx bit decoding.
- */
-#define AMD_CPUID_SVM_NP BIT(0) /* Nested paging or RVI */
-#define AMD_CPUID_SVM_LBR BIT(1) /* Last branch virtualization */
-#define AMD_CPUID_SVM_SVML BIT(2) /* SVM lock */
-#define AMD_CPUID_SVM_NRIP_SAVE BIT(3) /* Next RIP is saved */
-#define AMD_CPUID_SVM_TSC_RATE BIT(4) /* TSC rate control. */
-#define AMD_CPUID_SVM_VMCB_CLEAN BIT(5) /* VMCB state caching */
-#define AMD_CPUID_SVM_ASID_FLUSH BIT(6) /* Flush by ASID */
-#define AMD_CPUID_SVM_DECODE_ASSIST BIT(7) /* Decode assist */
-#define AMD_CPUID_SVM_PAUSE_INC BIT(10) /* Pause intercept filter. */
-#define AMD_CPUID_SVM_PAUSE_FTH BIT(12) /* Pause filter threshold */
-
-#endif /* _SVM_MSR_H_ */
OpenPOWER on IntegriCloud