cpuid
struct cpuid
#define cpuid(id, a, b, c, d) cpuid_count(id, 0, a, b, c, d)
static inline void cpuid(u32 op,
#define cpuid(leaf, a, b, c, d) \
cpuid(unsigned int op, unsigned int op2, unsigned int *a, unsigned int *b,
static inline void cpuid(uint32_t function,