2 * Copyright 2014, Paweł Dziepak, pdziepak@quarnos.org.
3 * Copyright 2003-2004, Axel Dörfler, axeld@pinc-software.de.
4 * Distributed under the terms of the MIT License.
13 get_cpuid(cpuid_info
* info
, uint32 eaxRegister
, uint32 cpuNum
)
16 : "=a" (info
->regs
.eax
), "=b" (info
->regs
.ebx
), "=c" (info
->regs
.ecx
),
18 : "a" (eaxRegister
), "c" (0));