Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dprocessor.c257 pset_cluster_type_t boot_type = cluster_type_to_pset_cluster_type(boot_cluster->cluster_type); in processor_bootstrap() local
258 pset0.pset_cluster_type = boot_type; in processor_bootstrap()
259 pset_node0.pset_cluster_type = boot_type; in processor_bootstrap()
262 switch (boot_type) { in processor_bootstrap()
272 panic("Unexpected boot pset cluster type %d", boot_type); in processor_bootstrap()