Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
bool
48
vmm_is_intel(void)
49
{
50
51
return (strcmp(cpu_vendor,
"GenuineIntel"
) == 0);
52
}
53
54
bool
55
vmm_is_svm(void)
Callers
4
vmm_stat_register
Function · 0.85
vmm_is_hw_supported
Function · 0.85
x86_emulate_cpuid
Function · 0.85
iommu_init
Function · 0.85
Calls
1
strcmp
Function · 0.85
Tested by
no test coverage detected