MCPcopy Create free account
hub / github.com/F-Stack/f-stack / cpuid_count

Function cpuid_count

freebsd/i386/include/cpufunc.h:120–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120static __inline void
121cpuid_count(u_int ax, u_int cx, u_int *p)
122{
123 __asm __volatile("cpuid"
124 : "=a" (p[0]), "=b" (p[1]), "=c" (p[2]), "=d" (p[3])
125 : "0" (ax), "c" (cx));
126}
127#else
128static __inline void
129do_cpuid(u_int ax, u_int *p)

Callers 11

ossl_cpuidFunction · 0.50
npx.cFile · 0.50
npxinit_bsp2Function · 0.50
npxinitstateFunction · 0.50
xen_hvm_cpu_initFunction · 0.50
printcpuinfoFunction · 0.50
identify_cpu2Function · 0.50
topo_probe_amdFunction · 0.50
topo_probe_intel_0x4Function · 0.50
topo_probe_intel_0xbFunction · 0.50
topo_probe_intel_cachesFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected