]> rtime.felk.cvut.cz Git - jailhouse.git/blobdiff - hypervisor/arch/arm/include/asm/jailhouse_hypercall.h
core: Add support for per-CPU statistics
[jailhouse.git] / hypervisor / arch / arm / include / asm / jailhouse_hypercall.h
index ab70376135f39d0078b5a1b1df41f567d94543d0..7a07f2749f6a9ff9c953e0591bd4978b7331511d 100644 (file)
@@ -18,6 +18,9 @@
 #define JAILHOUSE_CALL_ARG1            "r1"
 #define JAILHOUSE_CALL_ARG2            "r2"
 
+/* CPU statistics */
+#define JAILHOUSE_NUM_CPU_STATS                        JAILHOUSE_GENERIC_CPU_STATS
+
 #ifndef __asmeq
 #define __asmeq(x, y)  ".ifnc " x "," y " ; .err ; .endif\n\t"
 #endif