Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/cpuctl/
Dcpuctl.c78 static int update_amd(int cpu, cpuctl_update_args_t *args, struct thread *td);
314 ret = update_amd(cpu, data, td); in cpuctl_do_update()
396 update_amd(int cpu, cpuctl_update_args_t *args, struct thread *td) in update_amd() function