Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/cpucontrol/
HDvia.c116 error = ioctl(devfd, CPUCTL_RDMSR, &msrargs); in via_update()
126 error = ioctl(devfd, CPUCTL_RDMSR, &msrargs); in via_update()
HDintel.c122 error = ioctl(devfd, CPUCTL_RDMSR, &msrargs); in intel_update()
133 error = ioctl(devfd, CPUCTL_RDMSR, &msrargs); in intel_update()
HDcpucontrol.c302 command = CPUCTL_RDMSR; in do_msr()
/NextBSD/sys/sys/
HDcpuctl.h53 #define CPUCTL_RDMSR _IOWR('c', 1, cpuctl_msr_args_t) macro
/NextBSD/sys/dev/cpuctl/
HDcpuctl.c162 case CPUCTL_RDMSR: in cpuctl_ioctl()
255 if (cmd == CPUCTL_RDMSR) { in cpuctl_do_msr()