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

Function vmm_is_intel

freebsd/amd64/vmm/vmm_util.c:47–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47bool
48vmm_is_intel(void)
49{
50
51 return (strcmp(cpu_vendor, "GenuineIntel") == 0);
52}
53
54bool
55vmm_is_svm(void)

Callers 4

vmm_stat_registerFunction · 0.85
vmm_is_hw_supportedFunction · 0.85
x86_emulate_cpuidFunction · 0.85
iommu_initFunction · 0.85

Calls 1

strcmpFunction · 0.85

Tested by

no test coverage detected