NetBSD/usr.sbin/cpuctl
maxv 60236c8c49 x86: fix several CPUID flags
- Rename: CPUID_PN      -> CPUID_PSN
           CPUID_CFLUSH  -> CPUID_CLFSH
           CPUID_SBF     -> CPUID_PBE
           CPUID_LZCNT   -> CPUID_ABM
           CPUID_P1GB    -> CPUID_PAGE1GB
           CPUID2_PCLMUL -> CPUID2_PCLMULQDQ
           CPUID2_CID    -> CPUID2_CNXTID
           CPUID2_xTPR   -> CPUID2_XTPR
           CPUID2_AES    -> CPUID2_AESNI
   To match the x86 specification and the other OSes.

 - Remove: CPUID_B10, CPUID_B20, CPUID_IA64. They do not exist.
2020-09-05 07:45:44 +00:00
..
arch x86: fix several CPUID flags 2020-09-05 07:45:44 +00:00
Makefile Get TSC frequency from CPUID 0x15 and/or x16 for newer Intel processors. 2020-04-21 02:56:36 +00:00
cpuctl.8 cpuctl.8: minor fixes 2019-05-17 23:51:35 +00:00
cpuctl.c Get TSC frequency from CPUID 0x15 and/or x16 for newer Intel processors. 2020-04-21 02:56:36 +00:00
cpuctl.h Get TSC frequency from CPUID 0x15 and/or x16 for newer Intel processors. 2020-04-21 02:56:36 +00:00