Home
last modified time | relevance | path

Searched refs:PHI (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dmds.rst215 XEON PHI specific considerations
218 The XEON PHI processor family is affected by MSBDS which can be exploited
219 cross Hyper-Threads when entering idle states. Some XEON PHI variants allow
224 XEON PHI is not affected by the other MDS variants and MSBDS is mitigated
225 before the CPU enters a idle state. As XEON PHI is not affected by L1TF
236 exception is XEON PHI, see :ref:`xeon_phi`.
H A Dl1tf.rst22 - The Intel XEON PHI family
/openbmc/linux/crypto/
H A Dserpent_generic.c22 #define PHI 0x9e3779b9UL macro
25 ({ b ^= d; b ^= c; b ^= a; b ^= PHI ^ i; b = rol32(b, 11); k[j] = b; })