NetBSD/usr.sbin/cpuctl
msaitoh e3b8d4c830 - AMD CPUID Fn8000_0001d Cache Topology Information leaf is almost the same as
Intel Deterministic Cache Parameter Leaf(0x04), so make new
  cpu_dcp_cacheinfo() and share it.
- AMD's L2 and L3's cache descriptor's definition is the same, so use one
  common definition.
- KNF.

XXX Split some common functions to new identcpu_subr.c or use #ifdef _KERNEK
... #endif in identcpu.c to share from both kernel and cpuctl?
2019-07-26 10:03:40 +00:00
..
arch - AMD CPUID Fn8000_0001d Cache Topology Information leaf is almost the same as 2019-07-26 10:03:40 +00:00
cpuctl.8 cpuctl.8: minor fixes 2019-05-17 23:51:35 +00:00
cpuctl.c Check the return value of cpuset_set(), to prevent future surprises. 2019-05-11 11:59:21 +00:00
cpuctl.h implement cpuctl identify for sparc and sparc64. 2018-01-16 08:23:17 +00:00
Makefile Define _KERNTYPES for things that need it. 2016-01-23 21:22:45 +00:00