Home
last modified time | relevance | path

Searched refs:cpuctl_update_args_t (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/sys/dev/cpuctl/
Dcpuctl.c74 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/
Dcpuctl.h51 } cpuctl_update_args_t; typedef
56 #define CPUCTL_UPDATE _IOWR('c', 4, cpuctl_update_args_t)
/freebsd-10-stable/usr.sbin/cpucontrol/
Damd.c88 cpuctl_update_args_t args; in amd_update()
Dvia.c96 cpuctl_update_args_t args; in via_update()
Dintel.c101 cpuctl_update_args_t args; in intel_update()
Damd10h.c96 cpuctl_update_args_t args; in amd10h_update()