Searched refs:processor_init (Results 1 - 9 of 9) sorted by relevance

/xnu-2782.1.97/osfmk/kern/
H A Dprocessor.h233 extern void processor_init(
H A Dprocessor.c133 processor_init(master_processor, master_cpu, &pset0);
142 processor_init( function
151 SCHED(processor_init)(processor);
H A Dsched_dualq.c103 .processor_init = sched_dualq_processor_init,
H A Dsched_prim.h486 void (*processor_init)(processor_t processor); /* Per-processor scheduler init */ member in struct:sched_dispatch_table
H A Dsched_proto.c164 .processor_init = sched_proto_processor_init,
H A Dsched_grrr.c204 .processor_init = sched_grrr_processor_init,
H A Dsched_multiq.c299 .processor_init = sched_multiq_processor_init,
H A Dsched_prim.c413 .processor_init = sched_traditional_processor_init,
450 .processor_init = sched_traditional_processor_init,
618 SCHED(processor_init)(master_processor);
/xnu-2782.1.97/osfmk/i386/
H A Dcpu_topology.c172 processor_init(cpup->cpu_processor, i, aset->pset);

Completed in 97 milliseconds