Lines Matching defs:eax
131 #define MWAIT2flg(eax) ((eax & 0xFF) << 24)
138 unsigned long eax = flg2MWAIT(state->flags);
141 mwait_idle_with_hints(eax, ecx);
214 unsigned long eax = flg2MWAIT(state->flags);
219 mwait_idle_with_hints(eax, ecx);
1449 unsigned long eax = flg2MWAIT(state->flags);
1458 return !!((eax >> MWAIT_SUBSTATE_SIZE) & MWAIT_CSTATE_MASK);
1717 unsigned int eax, ebx, ecx, edx;
1735 cpuid(7, &eax, &ebx, &ecx, &edx);
2057 unsigned int eax, ebx, ecx;
2084 cpuid(CPUID_MWAIT_LEAF, &eax, &ebx, &ecx, &mwait_substates);