Searched refs:ucode_64 (Results 1 – 1 of 1) sorted by relevance
2399 struct cpu_ucode_version_64 ucode_64; in identifycpu() local2403 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()