HomeSort by: relevance | last modified time | path
    Searched refs:CPUID_CX8 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/x86/x86/
patch.c 324 if ((cpu_feature[0] & CPUID_CX8) != 0) {
329 if (!early && (cpu_feature[0] & CPUID_CX8) != 0) {
identcpu.c 513 ci->ci_feat_val[0] |= CPUID_CX8;
  /src/sys/dev/nvmm/x86/
nvmm_x86.c 274 CPUID_CX8 |
413 CPUID_CX8 |
  /src/sys/arch/x86/include/
specialreg.h 227 #define CPUID_CX8 0x00000100 /* has CMPXCHG8B instruction */

Completed in 18 milliseconds