Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/cpuctl/arch/
Di386.c2399 struct cpu_ucode_version_64 ucode_64; in identifycpu() local
2403 memset(&ucode_64, 0, sizeof ucode_64); in identifycpu()
2404 ucode_64.data = &ucvers; in identifycpu()
2405 ucode_64.loader_version = ucode.loader_version; in identifycpu()
2406 if (ioctl(fd, IOC_CPU_UCODE_GET_VERSION_64, &ucode_64) < 0) in identifycpu()