Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDcpuctl.h60 #define CPUCTL_EVAL_CPU_FEATURES _IO('c', 8) macro
/freebsd-14-stable/sys/dev/cpuctl/
HDcpuctl.c167 cmd == CPUCTL_EVAL_CPU_FEATURES) && in cpuctl_ioctl()
195 case CPUCTL_EVAL_CPU_FEATURES: in cpuctl_ioctl()
/freebsd-14-stable/usr.sbin/cpucontrol/
HDcpucontrol.c332 error = ioctl(fd, CPUCTL_EVAL_CPU_FEATURES, NULL); in do_eval_cpu_features()