Lines Matching defs:edx
134 u32 eax, edx;
136 asm("rdmsr" : "=a" (eax), "=d" (edx) : "c" (ecx));
138 asm("wrmsr" : : "a" (eax), "d" (edx), "c" (ecx));
149 u32 eax, edx;
151 asm("rdmsr" : "=a" (eax), "=d" (edx) : "c" (ecx));
153 asm("wrmsr" : : "a" (eax), "d" (edx), "c" (ecx));
161 u32 eax, edx;
164 asm("rdmsr" : "=a" (eax), "=d" (edx) : "c" (ecx));
165 asm("wrmsr" : : "a" (~0), "d" (edx), "c" (ecx));
169 asm("wrmsr" : : "a" (eax), "d" (edx), "c" (ecx));