Lines Matching defs:eax
112 #define MWAIT2flg(eax) ((eax & 0xFF) << 24)
135 unsigned long eax = flg2MWAIT(state->flags);
138 mwait_idle_with_hints(eax, ecx);
176 unsigned long eax = flg2MWAIT(drv->states[index].flags);
179 mwait_idle_with_hints(eax, ecx);
1171 unsigned long eax = flg2MWAIT(state->flags);
1180 return !!((eax >> MWAIT_SUBSTATE_SIZE) & MWAIT_CSTATE_MASK);
1439 unsigned int eax, ebx, ecx, edx;
1457 cpuid(7, &eax, &ebx, &ecx, &edx);
1651 unsigned int eax, ebx, ecx;
1678 cpuid(CPUID_MWAIT_LEAF, &eax, &ebx, &ecx, &mwait_substates);