Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/acpica/
H A Dacpi_cpu.c711 cx_ptr++; in acpi_cpu_generic_cx_probe()
732 acpi_bus_alloc_gas(sc->cpu_dev, &cx_ptr->res_type, &cx_ptr->res_rid, in acpi_cpu_generic_cx_probe()
737 cx_ptr++; in acpi_cpu_generic_cx_probe()
749 acpi_bus_alloc_gas(sc->cpu_dev, &cx_ptr->res_type, &cx_ptr->res_rid, in acpi_cpu_generic_cx_probe()
754 cx_ptr++; in acpi_cpu_generic_cx_probe()
778 bus_release_resource(cpu_dev, cx_ptr->res_type, cx_ptr->res_rid, in acpi_cpu_cx_cst_free_plvlx()
838 cx_ptr++; in acpi_cpu_cx_cst()
885 cx_ptr++; in acpi_cpu_cx_cst()
916 cx_ptr++; in acpi_cpu_cx_cst()
923 &cx_ptr->res_rid, &cx_ptr->p_lvlx, RF_SHAREABLE); in acpi_cpu_cx_cst()
[all …]
/freebsd-14.2/sys/dev/xen/cpu/
H A Dxen_acpi_cpu.c296 struct xen_processor_cx *cx_ptr = in acpi_fetch_cx() local
301 acpi_PkgInt32(pkg, 2, &cx_ptr->latency) != 0 || in acpi_fetch_cx()
302 acpi_PkgInt32(pkg, 3, &cx_ptr->power) != 0 || in acpi_fetch_cx()
310 cx_ptr->type = type; in acpi_fetch_cx()
311 cx_ptr->reg.space_id = gas.SpaceId; in acpi_fetch_cx()
312 cx_ptr->reg.bit_width = gas.BitWidth; in acpi_fetch_cx()
313 cx_ptr->reg.bit_offset = gas.BitOffset; in acpi_fetch_cx()
314 cx_ptr->reg.access_size = gas.AccessWidth; in acpi_fetch_cx()
315 cx_ptr->reg.address = gas.Address; in acpi_fetch_cx()