Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDcpuctl.h57 #define CPUCTL_MSRSBIT _IOWR('c', 5, cpuctl_msr_args_t) macro
/NextBSD/sys/dev/cpuctl/
HDcpuctl.c165 case CPUCTL_MSRSBIT: in cpuctl_ioctl()
260 } else if (cmd == CPUCTL_MSRSBIT) { in cpuctl_do_msr()
/NextBSD/usr.sbin/cpucontrol/
HDcpucontrol.c310 command = CPUCTL_MSRSBIT; in do_msr()