Searched refs:cpuctl_msr_args_t (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/sys/ |
H A D | cpuctl.h | 35 } cpuctl_msr_args_t; typedef 53 #define CPUCTL_RDMSR _IOWR('c', 1, cpuctl_msr_args_t) 54 #define CPUCTL_WRMSR _IOWR('c', 2, cpuctl_msr_args_t) 57 #define CPUCTL_MSRSBIT _IOWR('c', 5, cpuctl_msr_args_t) 58 #define CPUCTL_MSRCBIT _IOWR('c', 6, cpuctl_msr_args_t)
|
/freebsd/sys/dev/cpuctl/ |
H A D | cpuctl.c | 72 static int cpuctl_do_msr(int cpu, cpuctl_msr_args_t *data, u_long cmd, 171 ret = cpuctl_do_msr(cpu, (cpuctl_msr_args_t *)data, cmd, td); in cpuctl_ioctl() 179 ret = cpuctl_do_msr(cpu, (cpuctl_msr_args_t *)data, cmd, td); in cpuctl_ioctl() 252 cpuctl_do_msr(int cpu, cpuctl_msr_args_t *data, u_long cmd, struct thread *td) in cpuctl_do_msr()
|
/freebsd/usr.sbin/cpucontrol/ |
H A D | amd10h.c | 88 cpuctl_msr_args_t msrargs; in amd10h_update()
|
H A D | via.c | 90 cpuctl_msr_args_t msrargs = { in via_update()
|
H A D | intel.c | 95 cpuctl_msr_args_t msrargs = { in intel_update()
|
H A D | cpucontrol.c | 209 cpuctl_msr_args_t args; in do_msr()
|