Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ host_has_rdpid
Function
host_has_rdpid
freebsd/amd64/vmm/intel/vmx.c:315–319 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
313
#endif
314
315
static inline bool
316
host_has_rdpid(void)
317
{
318
return ((cpu_stdext_feature2 & CPUID_STDEXT2_RDPID) != 0);
319
}
320
321
static inline bool
322
host_has_rdtscp(void)
Callers
1
vmx_modinit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected