Lines Matching refs:eax
126 u32 eax, edx; in check_cpu() local
128 asm("rdmsr" : "=a" (eax), "=d" (edx) : "c" (ecx)); in check_cpu()
129 eax &= ~(1 << 15); in check_cpu()
130 asm("wrmsr" : : "a" (eax), "d" (edx), "c" (ecx)); in check_cpu()
141 u32 eax, edx; in check_cpu() local
143 asm("rdmsr" : "=a" (eax), "=d" (edx) : "c" (ecx)); in check_cpu()
144 eax |= (1<<1)|(1<<7); in check_cpu()
145 asm("wrmsr" : : "a" (eax), "d" (edx), "c" (ecx)); in check_cpu()
153 u32 eax, edx; in check_cpu() local
156 asm("rdmsr" : "=a" (eax), "=d" (edx) : "c" (ecx)); in check_cpu()
161 asm("wrmsr" : : "a" (eax), "d" (edx), "c" (ecx)); in check_cpu()