Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dcpuctl.h57 #define CPUCTL_MSRSBIT _IOWR('c', 5, cpuctl_msr_args_t) macro
/freebsd/sys/dev/cpuctl/
H A Dcpuctl.c164 if ((cmd == CPUCTL_MSRCBIT || cmd == CPUCTL_MSRSBIT || in cpuctl_ioctl()
173 case CPUCTL_MSRSBIT: in cpuctl_ioctl()
280 } else if (cmd == CPUCTL_MSRSBIT) { in cpuctl_do_msr()
/freebsd/usr.sbin/cpucontrol/
H A Dcpucontrol.c291 command = CPUCTL_MSRSBIT; in do_msr()