We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ddd38 commit 160ae99Copy full SHA for 160ae99
tools/arch/x86/include/asm/amd-ibs.h
@@ -6,6 +6,22 @@
6
7
#include "msr-index.h"
8
9
+/* IBS_OP_DATA2 DataSrc */
10
+#define IBS_DATA_SRC_LOC_CACHE 2
11
+#define IBS_DATA_SRC_DRAM 3
12
+#define IBS_DATA_SRC_REM_CACHE 4
13
+#define IBS_DATA_SRC_IO 7
14
+
15
+/* IBS_OP_DATA2 DataSrc Extension */
16
+#define IBS_DATA_SRC_EXT_LOC_CACHE 1
17
+#define IBS_DATA_SRC_EXT_NEAR_CCX_CACHE 2
18
+#define IBS_DATA_SRC_EXT_DRAM 3
19
+#define IBS_DATA_SRC_EXT_FAR_CCX_CACHE 5
20
+#define IBS_DATA_SRC_EXT_PMEM 6
21
+#define IBS_DATA_SRC_EXT_IO 7
22
+#define IBS_DATA_SRC_EXT_EXT_MEM 8
23
+#define IBS_DATA_SRC_EXT_PEER_AGENT_MEM 12
24
25
/*
26
* IBS Hardware MSRs
27
*/
0 commit comments