powerpc/pseries: Add new hypercall definition, H_REGISTER_PROC_TBL

This will be used by the Radix MMU on pseries.

MFC after:	1 week
This commit is contained in:
Justin Hibbits 2020-08-16 11:01:49 -05:00 committed by Brandon Bergren
parent 895a22583d
commit a5f07fa0c6

View File

@ -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,