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 921bc6c commit c4bc366Copy full SHA for c4bc366
arch/powerpc/include/asm/hvcall.h
@@ -337,6 +337,9 @@
337
#define H_CPU_CHAR_L1D_FLUSH_ORI30 (1ull << 61) // IBM bit 2
338
#define H_CPU_CHAR_L1D_FLUSH_TRIG2 (1ull << 60) // IBM bit 3
339
#define H_CPU_CHAR_L1D_THREAD_PRIV (1ull << 59) // IBM bit 4
340
+#define H_CPU_CHAR_BRANCH_HINTS_HONORED (1ull << 58) // IBM bit 5
341
+#define H_CPU_CHAR_THREAD_RECONFIG_CTRL (1ull << 57) // IBM bit 6
342
+#define H_CPU_CHAR_COUNT_CACHE_DISABLED (1ull << 56) // IBM bit 7
343
344
#define H_CPU_BEHAV_FAVOUR_SECURITY (1ull << 63) // IBM bit 0
345
#define H_CPU_BEHAV_L1D_FLUSH_PR (1ull << 62) // IBM bit 1
0 commit comments