MCPcopy 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
315static inline bool
316host_has_rdpid(void)
317{
318 return ((cpu_stdext_feature2 & CPUID_STDEXT2_RDPID) != 0);
319}
320
321static inline bool
322host_has_rdtscp(void)

Callers 1

vmx_modinitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected