MCPcopy Create free account
hub / github.com/F-Stack/f-stack / print_hypervisor_info

Function print_hypervisor_info

freebsd/x86/x86/identcpu.c:2653–2659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2651}
2652
2653static void
2654print_hypervisor_info(void)
2655{
2656
2657 if (*hv_vendor != '\0')
2658 printf("Hypervisor: Origin = \"%s\"\n", hv_vendor);
2659}
2660
2661/*
2662 * Returns the maximum physical address that can be used with the

Callers 1

printcpuinfoFunction · 0.85

Calls 1

printfFunction · 0.50

Tested by

no test coverage detected