Searched defs:acpi_cpu_softc (Results 1 – 1 of 1) sorted by relevance
35 struct acpi_cpu_softc { struct36 device_t cpu_dev;38 device_t cpu_cst;39 void (*cpu_cst_notify)(device_t);41 device_t cpu_pst;42 void (*cpu_pst_notify)(device_t);44 int cpu_next_rid;46 struct sysctl_ctx_list glob_sysctl_ctx;47 struct sysctl_oid *glob_sysctl_tree; /* hw.acpi.cpu */49 struct sysctl_ctx_list pcpu_sysctl_ctx;[all …]