Home
last modified time | relevance | path

Searched refs:PRIV_CPUCTL_WRMSR (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/sys/
HDpriv.h476 #define PRIV_CPUCTL_WRMSR 640 /* Write model-specific register. */ macro
/NextBSD/sys/dev/cpuctl/
HDcpuctl.c168 ret = priv_check(td, PRIV_CPUCTL_WRMSR); in cpuctl_ioctl()