Home
last modified time | relevance | path

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

/src/sys/x86/cpufreq/ !
H A Dhwpstate_intel.c125 pc = cpu_get_pcpu(dev); in intel_hwp_dump_sysctl_handler()
254 pc = cpu_get_pcpu(dev); in sysctl_epp_select()
369 pc = cpu_get_pcpu(dev); in set_autonomous_hwp()
530 pc = cpu_get_pcpu(dev); in intel_hwpstate_get()
577 pc = cpu_get_pcpu(dev); in intel_hwpstate_resume()
H A Dhwpstate_amd.c333 const u_int cpuid = cpu_get_pcpu(dev)->pc_cpuid; in sysctl_cppc_dump_handler()
428 const u_int cpuid = cpu_get_pcpu(dev)->pc_cpuid; in set_cppc_request_send_one()
500 const u_int cpuid = cpu_get_pcpu(dev)->pc_cpuid; in sysctl_cppc_request_field_handler()
659 pc = cpu_get_pcpu(dev); in hwpstate_get()
851 const u_int cpuid = cpu_get_pcpu(dev)->pc_cpuid; in enable_cppc()
H A Dpowernow.c893 pc = cpu_get_pcpu(dev); in pn_probe()
/src/sys/sys/ !
H A Dcpu.h46 cpu_get_pcpu(device_t dev) in cpu_get_pcpu() function
/src/sys/kern/ !
H A Dkern_cpu.c179 pc = cpu_get_pcpu(dev); in cpufreq_attach()
333 pc = cpu_get_pcpu(set->dev); in cf_set_method()
366 pc = cpu_get_pcpu(set->dev); in cf_set_method()
544 pc = cpu_get_pcpu(dev); in cf_get_method()
677 pc = cpu_get_pcpu(dev); in cf_levels_method()
/src/sys/dev/acpica/ !
H A Dacpi_perf.c558 pc = cpu_get_pcpu(dev); in acpi_px_get()