Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dcpuctl.h54 #define CPUCTL_WRMSR _IOWR('c', 2, cpuctl_msr_args_t) macro
/freebsd/sys/dev/cpuctl/
H A Dcpuctl.c165 cmd == CPUCTL_UPDATE || cmd == CPUCTL_WRMSR || in cpuctl_ioctl()
175 case CPUCTL_WRMSR: in cpuctl_ioctl()
278 } else if (cmd == CPUCTL_WRMSR) { in cpuctl_do_msr()
/freebsd/usr.sbin/cpucontrol/
H A Dintel.c116 error = ioctl(devfd, CPUCTL_WRMSR, &msrargs); in intel_update()
H A Dcpucontrol.c287 command = CPUCTL_WRMSR; in do_msr()