Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ host_has_rdtscp
Function
host_has_rdtscp
freebsd/amd64/vmm/intel/vmx.c:321–325 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
319
}
320
321
static inline bool
322
host_has_rdtscp(void)
323
{
324
return ((amd_feature & AMDID_RDTSCP) != 0);
325
}
326
327
#ifdef KTR
328
static const char *
Callers
1
vmx_modinit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected