Home
last modified time | relevance | path

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

/freebsd/sys/dev/cpuctl/
H A Dcpuctl.c79 static int cpuctl_do_update(int cpu, cpuctl_update_args_t *data,
81 static int update_intel(int cpu, cpuctl_update_args_t *args,
83 static int update_amd(int cpu, cpuctl_update_args_t *args, struct thread *td);
84 static int update_via(int cpu, cpuctl_update_args_t *args,
188 ret = cpuctl_do_update(cpu, (cpuctl_update_args_t *)data, td); in cpuctl_ioctl()
303 cpuctl_do_update(int cpu, cpuctl_update_args_t *data, struct thread *td) in cpuctl_do_update()
351 update_intel(int cpu, cpuctl_update_args_t *args, struct thread *td) in update_intel()
414 update_amd(int cpu, cpuctl_update_args_t *args, struct thread *td) in update_amd()
448 update_via(int cpu, cpuctl_update_args_t *args, struct thread *td) in update_via()
/freebsd/sys/sys/
H A Dcpuctl.h51 } cpuctl_update_args_t; typedef
56 #define CPUCTL_UPDATE _IOWR('c', 4, cpuctl_update_args_t)
/freebsd/usr.sbin/cpucontrol/
H A Damd.c88 cpuctl_update_args_t args; in amd_update()
H A Damd10h.c89 cpuctl_update_args_t args; in amd10h_update()
H A Dvia.c96 cpuctl_update_args_t args; in via_update()
H A Dintel.c102 cpuctl_update_args_t args; in intel_update()