Searched refs:edx_flags (Results 1 – 1 of 1) sorted by relevance
9094 unsigned int fms, family, model, stepping, ecx_flags, edx_flags; in process_cpuid() local9121 edx_flags = edx; in process_cpuid()9153 edx_flags & (1 << 4) ? "" : "No-", in process_cpuid()9154 edx_flags & (1 << 5) ? "" : "No-", in process_cpuid()9155 …edx_flags & (1 << 22) ? "" : "No-", edx_flags & (1 << 28) ? "" : "No-", edx_flags & (1 << 29) ? ""… in process_cpuid()9163 if (!(edx_flags & (1 << 5))) in process_cpuid()