Home
last modified time | relevance | path

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

/freebsd-14.2/sys/x86/cpufreq/
H A Dhwpstate_intel.c130 pc = cpu_get_pcpu(dev); in intel_hwp_dump_sysctl_handler()
259 pc = cpu_get_pcpu(dev); in sysctl_epp_select()
374 pc = cpu_get_pcpu(dev); in set_autonomous_hwp()
535 pc = cpu_get_pcpu(dev); in intel_hwpstate_get()
582 pc = cpu_get_pcpu(dev); in intel_hwpstate_resume()
H A Dpowernow.c894 pc = cpu_get_pcpu(dev); in pn_probe()
/freebsd-14.2/sys/sys/
H A Dcpu.h43 static __inline struct pcpu *cpu_get_pcpu(device_t dev) in cpu_get_pcpu() function
/freebsd-14.2/sys/kern/
H A Dkern_cpu.c172 pc = cpu_get_pcpu(dev); in cpufreq_attach()
326 pc = cpu_get_pcpu(set->dev); in cf_set_method()
359 pc = cpu_get_pcpu(set->dev); in cf_set_method()
537 pc = cpu_get_pcpu(dev); in cf_get_method()
670 pc = cpu_get_pcpu(dev); in cf_levels_method()
/freebsd-14.2/sys/dev/acpica/
H A Dacpi_perf.c558 pc = cpu_get_pcpu(dev); in acpi_px_get()