aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCédric Le Goater <clg@kaod.org>2021-08-04 12:51:22 +0530
committerVasant Hegde <hegdevasant@linux.vnet.ibm.com>2021-08-06 12:29:01 +0530
commite59cbfa720845c09b7b601e03dd75b73ab4baf8d (patch)
tree0757c127a688011cabe7404c7f260e078c479efb /include
parent4bd7d84afe46c845f3e1db56add638f57a338e20 (diff)
downloadskiboot-e59cbfa720845c09b7b601e03dd75b73ab4baf8d.zip
skiboot-e59cbfa720845c09b7b601e03dd75b73ab4baf8d.tar.gz
skiboot-e59cbfa720845c09b7b601e03dd75b73ab4baf8d.tar.bz2
xive/p10: Activate split mode for PHB ESBs when PQ_disable is available
1/3rd of the cache is reserved for PHB ESBs and the rest to IPIs. This is sufficient to keep all the PHB ESBs in cache and avoid ESB cache misses during IO interrupt processing. Signed-off-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
Diffstat (limited to 'include')
-rw-r--r--include/xive2-regs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/xive2-regs.h b/include/xive2-regs.h
index ad1a9b7..4638c3d 100644
--- a/include/xive2-regs.h
+++ b/include/xive2-regs.h
@@ -227,6 +227,11 @@
#define VC_ESBC_FLUSH_POLL_BLOCK_ID_MASK PPC_BITMASK(32,35)
#define VC_ESBC_FLUSH_POLL_OFFSET_MASK PPC_BITMASK(36,63) /* 28-bit */
+/* ESBC configuration */
+#define X_VC_ESBC_CFG 0x148
+#define VC_ESBC_CFG 0x240
+#define VC_ESBC_CFG_SPLIT_MODE PPC_BIT(56)
+
/* EASC flush control register */
#define X_VC_EASC_FLUSH_CTRL 0x160
#define VC_EASC_FLUSH_CTRL 0x300