template <typename ValueType, uint32_t Leaf, uint32_t Subleaf, CpuidIo::Register OutputRegister, typename AsmGeneration = void>
struct CpuidIoValueBase
Defined at line 86 of file ../../zircon/kernel/lib/arch/include/lib/arch/x86/cpuid.h
CpuidIoValueBase is a convenience type for defining both a CPUID value type
as well as the associated register type. hwreg::EnableAsmGeneration may be
provided for generation of assembly constants representing the fields; see
<hwreg
/asm.h> for more details and heed the provisos there.