Home
last modified time | relevance | path

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

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