Home
last modified time | relevance | path

Searched refs:IOC_CPU_UCODE_GET_VERSION_64 (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/sys/
H A Dcpuio.h82 #define IOC_CPU_UCODE_GET_VERSION_64 _IOWR('c', 6, struct cpu_ucode_version_64) macro
/netbsd/usr.sbin/cpuctl/arch/
H A Di386.c2378 if (ioctl(fd, IOC_CPU_UCODE_GET_VERSION_64, &ucode_64) < 0) in identifycpu()