Function
FwupdPlugincpuid
Declaration [src]
gboolean
fu_cpuid (
guint32 leaf,
guint32* eax,
guint32* ebx,
guint32* ecx,
guint32* edx,
GError** error
)
Parameters
leaf |
guint32 |
The CPUID level, now called the ‘leaf’ by Intel. |
|
eax |
guint32* |
EAX register. |
|
The argument will be set by the function. | |
The argument can be set to NULL . | |
The called function takes ownership of the data, and is responsible for freeing it. | |
ebx |
guint32* |
EBX register. |
|
The argument will be set by the function. | |
The argument can be set to NULL . | |
The called function takes ownership of the data, and is responsible for freeing it. | |
ecx |
guint32* |
ECX register. |
|
The argument will be set by the function. | |
The argument can be set to NULL . | |
The called function takes ownership of the data, and is responsible for freeing it. | |
edx |
guint32* |
EDX register. |
|
The argument will be set by the function. | |
The argument can be set to NULL . | |
The called function takes ownership of the data, and is responsible for freeing it. | |
error |
GError ** |
The return location for a GError* , or NULL . |