Searched refs:ebx (Results 1 – 1 of 1) sorted by relevance
59 u32 eax, ebx, ecx, edx; in boot_cpu_has() local66 : "+a" (eax), "=b" (ebx), "=d" (edx), "+c" (ecx)); in boot_cpu_has()68 return ((flag & 0x100 ? ebx : in boot_cpu_has()