Searched refs:x86_cpu_has_pclmulqdq (Results 1 – 7 of 7) sorted by relevance
143 int x86_cpu_has_pclmulqdq; in _cpu_check_features() local155 x86_cpu_has_pclmulqdq = abcd[2] & 0x2; in _cpu_check_features()163 x86_cpu_has_pclmulqdq; in _cpu_check_features()
24 Z_INTERNAL int x86_cpu_has_pclmulqdq; variable66 x86_cpu_has_pclmulqdq = ecx & 0x2; in x86_check_features()
13 extern int x86_cpu_has_pclmulqdq;
211 if (x86_cpu_has_pclmulqdq) in crc_finalize()219 if (x86_cpu_has_pclmulqdq) { in crc_reset()229 if (x86_cpu_has_pclmulqdq) { in copy_with_crc()
1117 + int x86_cpu_has_pclmulqdq;1137 + x86_cpu_has_pclmulqdq = ecx & 0x2;1141 + x86_cpu_has_pclmulqdq;1164 + int x86_cpu_has_pclmulqdq;1171 + x86_cpu_has_pclmulqdq = regs[2] & 0x2;1175 + x86_cpu_has_pclmulqdq;