MCPcopy 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
321static inline bool
322host_has_rdtscp(void)
323{
324 return ((amd_feature & AMDID_RDTSCP) != 0);
325}
326
327#ifdef KTR
328static const char *

Callers 1

vmx_modinitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected