Module Name:    src
Committed By:   jmcneill
Date:           Mon Aug 30 22:32:06 UTC 2021

Modified Files:
        src/sys/arch/aarch64/include: hypervisor.h

Log Message:
Add definition for HCR_E2H bit


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/aarch64/include/hypervisor.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/aarch64/include/hypervisor.h
diff -u src/sys/arch/aarch64/include/hypervisor.h:1.2 src/sys/arch/aarch64/include/hypervisor.h:1.3
--- src/sys/arch/aarch64/include/hypervisor.h:1.2	Sat Aug 29 07:17:23 2020
+++ src/sys/arch/aarch64/include/hypervisor.h	Mon Aug 30 22:32:06 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: hypervisor.h,v 1.2 2020/08/29 07:17:23 maxv Exp $	*/
+/*	$NetBSD: hypervisor.h,v 1.3 2021/08/30 22:32:06 jmcneill Exp $	*/
 /*-
  * Copyright (c) 2013, 2014 Andrew Turner
  * All rights reserved.
@@ -81,6 +81,7 @@
 #define	HCR_RW		0x0000000080000000
 #define	HCR_CD		0x0000000100000000
 #define	HCR_ID		0x0000000200000000
+#define	HCR_E2H		0x0000000400000000
 #define	HCR_ATA		0x0100000000000000
 
 /*

Reply via email to