Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/acpica/
H A Dacpi_throttle.c58 device_t cpu_dev; member
198 sc->cpu_dev = dev; in acpi_throttle_attach()
245 if (device_get_unit(sc->cpu_dev) == 0) { in acpi_throttle_evaluate()
255 device_printf(sc->cpu_dev, in acpi_throttle_evaluate()
260 device_printf(sc->cpu_dev, in acpi_throttle_evaluate()
277 device_printf(sc->cpu_dev, "_PTC buffer too small\n"); in acpi_throttle_evaluate()
281 acpi_bus_alloc_gas(sc->cpu_dev, &sc->cpu_p_type, &thr_rid, in acpi_throttle_evaluate()
284 device_printf(sc->cpu_dev, "P_CNT from _PTC %#jx\n", in acpi_throttle_evaluate()
301 acpi_bus_alloc_gas(sc->cpu_dev, &sc->cpu_p_type, &thr_rid, in acpi_throttle_evaluate()
305 device_printf(sc->cpu_dev, in acpi_throttle_evaluate()
[all …]
H A Dacpi_cpu.c83 device_t cpu_dev; member
342 sc->cpu_dev = dev; in acpi_cpu_attach()
842 device_printf(sc->cpu_dev, "invalid _CST package\n"); in acpi_cpu_cx_cst()
884 acpi_cpu_cx_cst_free_plvlx(sc->cpu_dev, cx_ptr); in acpi_cpu_cx_cst()
891 bus_set_resource(sc->cpu_dev, SYS_RES_IOPORT, in acpi_cpu_cx_cst()
897 bus_delete_resource(sc->cpu_dev, SYS_RES_IOPORT, in acpi_cpu_cx_cst()
899 device_printf(sc->cpu_dev, in acpi_cpu_cx_cst()
926 device_get_unit(sc->cpu_dev), i)); in acpi_cpu_cx_cst()
933 acpi_cpu_cx_cst_free_plvlx(sc->cpu_dev, cx_ptr); in acpi_cpu_cx_cst()
951 acpi_PkgGas(sc->cpu_dev, pkg, 0, &cx_ptr->res_type, in acpi_cpu_cx_cst()
[all …]
/freebsd-12.1/sys/kern/
H A Dkern_cpu.c1018 device_t cf_dev, cpu_dev; in cpufreq_register() local
1030 cpu_dev = device_get_parent(dev); in cpufreq_register()
1031 if ((cf_dev = device_find_child(cpu_dev, "cpufreq", -1))) { in cpufreq_register()
1038 cf_dev = BUS_ADD_CHILD(cpu_dev, 0, "cpufreq", -1); in cpufreq_register()