Searched refs:cpuctl_update_args_t (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/sys/dev/cpuctl/ |
| D | cpuctl.c | 74 static int cpuctl_do_update(int cpu, cpuctl_update_args_t *data, 76 static int update_intel(int cpu, cpuctl_update_args_t *args, 78 static int update_amd(int cpu, cpuctl_update_args_t *args, struct thread *td); 79 static int update_via(int cpu, cpuctl_update_args_t *args, 181 ret = cpuctl_do_update(cpu, (cpuctl_update_args_t *)data, td); in cpuctl_ioctl() 292 cpuctl_do_update(int cpu, cpuctl_update_args_t *data, struct thread *td) in cpuctl_do_update() 323 update_intel(int cpu, cpuctl_update_args_t *args, struct thread *td) in update_intel() 396 update_amd(int cpu, cpuctl_update_args_t *args, struct thread *td) in update_amd() 430 update_via(int cpu, cpuctl_update_args_t *args, struct thread *td) in update_via()
|
| /freebsd-10-stable/sys/sys/ |
| D | cpuctl.h | 51 } cpuctl_update_args_t; typedef 56 #define CPUCTL_UPDATE _IOWR('c', 4, cpuctl_update_args_t)
|
| /freebsd-10-stable/usr.sbin/cpucontrol/ |
| D | amd.c | 88 cpuctl_update_args_t args; in amd_update()
|
| D | via.c | 96 cpuctl_update_args_t args; in via_update()
|
| D | intel.c | 101 cpuctl_update_args_t args; in intel_update()
|
| D | amd10h.c | 96 cpuctl_update_args_t args; in amd10h_update()
|