class HypervisorName
Defined at line 717 of file ../../zircon/kernel/lib/arch/include/lib/arch/x86/cpuid.h
HypervisorName is a simple class that serves to hold the content of a
hypervisor's name (or "vendor string").
Public Methods
template <typename CpuidIoProvider>
void HypervisorName (CpuidIoProvider && io)
Defined at line 720 of file ../../zircon/kernel/lib/arch/include/lib/arch/x86/cpuid.h
std::string_view name ()
Returns a string representation of name of the hypervisor, valid for as
long as the associated HypervisorName is in scope.
Defined at line 737 of file ../../zircon/kernel/lib/arch/include/lib/arch/x86/cpuid.h