git: a5f07fa0c6b1 - main - powerpc/pseries: Add new hypercall definition, H_REGISTER_PROC_TBL

Brandon Bergren bdragon at FreeBSD.org
Wed Mar 31 04:05:12 UTC 2021


The branch main has been updated by bdragon:

URL: https://cgit.FreeBSD.org/src/commit/?id=a5f07fa0c6b162964b414d00fab319fd13c61f57

commit a5f07fa0c6b162964b414d00fab319fd13c61f57
Author:     Justin Hibbits <jhibbits at FreeBSD.org>
AuthorDate: 2020-08-16 16:01:49 +0000
Commit:     Brandon Bergren <bdragon at FreeBSD.org>
CommitDate: 2021-03-31 02:22:21 +0000

    powerpc/pseries: Add new hypercall definition, H_REGISTER_PROC_TBL
    
    This will be used by the Radix MMU on pseries.
    
    MFC after:      1 week
---
 sys/powerpc/pseries/phyp-hvcall.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sys/powerpc/pseries/phyp-hvcall.h b/sys/powerpc/pseries/phyp-hvcall.h
index fdc6a774ce03..90f75807e56a 100644
--- a/sys/powerpc/pseries/phyp-hvcall.h
+++ b/sys/powerpc/pseries/phyp-hvcall.h
@@ -321,7 +321,9 @@
 #define H_SET_MODE		0x31C
 /* Reserved ... */
 #define H_GET_DMA_XLATES_L	0x324
-#define MAX_HCALL_OPCODE	H_GET_DMA_XLATES_L
+/* Reserved ... */
+#define H_REGISTER_PROC_TBL	0x37c
+#define MAX_HCALL_OPCODE	H_REGISTER_PROC_TBL
 
 int64_t phyp_hcall(uint64_t opcode, ...);
 int64_t phyp_pft_hcall(uint64_t opcode, uint64_t flags, uint64_t pteidx,


More information about the dev-commits-src-all mailing list