class ProcessorName

Defined at line 902 of file ../../zircon/kernel/lib/arch/include/lib/arch/x86/cpuid.h

ProcessorName is a simple class that serves to hold the content of a

processor name (or "brand string" in Intel-speak), a general identifier.

Public Methods

template <typename CpuidIoProvider>
void ProcessorName (CpuidIoProvider && io)

Defined at line 905 of file ../../zircon/kernel/lib/arch/include/lib/arch/x86/cpuid.h

void ProcessorName ()

Defined at line 929 of file ../../zircon/kernel/lib/arch/include/lib/arch/x86/cpuid.h

std::string_view name ()

Returns a string representation of name of the processor, valid for as

long as the associated ProcessorName is in scope.

Defined at line 933 of file ../../zircon/kernel/lib/arch/include/lib/arch/x86/cpuid.h