Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/i386/
H A Dmp.c253 } processor_start_info_t; typedef
254 static processor_start_info_t start_info __attribute__((aligned(64)));
354 processor_start_info_t *psip = (processor_start_info_t *) arg; in start_cpu()