Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 827f798a authored by Cody P Schafer's avatar Cody P Schafer Committed by Benjamin Herrenschmidt
Browse files

powerpc: Add hvcalls for 24x7 and gpci (Get Performance Counter Info)

parent e1ed9bc0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -274,6 +274,11 @@
/* Platform specific hcalls, used by KVM */
#define H_RTAS			0xf000

/* "Platform specific hcalls", provided by PHYP */
#define H_GET_24X7_CATALOG_PAGE	0xF078
#define H_GET_24X7_DATA		0xF07C
#define H_GET_PERF_COUNTER_INFO	0xF080

#ifndef __ASSEMBLY__

/**