Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752930AbaB0VcD (ORCPT ); Thu, 27 Feb 2014 16:32:03 -0500 Received: from e8.ny.us.ibm.com ([32.97.182.138]:57642 "EHLO e8.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751546AbaB0Vbk (ORCPT ); Thu, 27 Feb 2014 16:31:40 -0500 From: Cody P Schafer To: Linux PPC , Alexander Graf , Anton Blanchard , Benjamin Herrenschmidt , Cody P Schafer , Michael Ellerman , Paul Mackerras Cc: LKML , Arnaldo Carvalho de Melo , Ingo Molnar , scottwood@freescale.com, Peter Zijlstra Subject: [PATCH v3 04/11] powerpc: add hvcalls for 24x7 and gpci (get performance counter info) Date: Thu, 27 Feb 2014 13:04:57 -0800 Message-Id: <1393535105-7528-5-git-send-email-cody@linux.vnet.ibm.com> X-Mailer: git-send-email 1.9.0 In-Reply-To: <1393535105-7528-1-git-send-email-cody@linux.vnet.ibm.com> References: <1393535105-7528-1-git-send-email-cody@linux.vnet.ibm.com> X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14022721-0320-0000-0000-0000029120FA Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Cody P Schafer --- arch/powerpc/include/asm/hvcall.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/powerpc/include/asm/hvcall.h b/arch/powerpc/include/asm/hvcall.h index d8b600b..5dbbb29 100644 --- a/arch/powerpc/include/asm/hvcall.h +++ b/arch/powerpc/include/asm/hvcall.h @@ -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__ /** -- 1.9.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/