Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/i386/
H A Dmp.c251 } processor_start_info_t; typedef
252 static processor_start_info_t start_info __attribute__((aligned(64)));
352 processor_start_info_t *psip = (processor_start_info_t *) arg; in start_cpu()