Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/i386/
H A Dmp.c250 } processor_start_info_t; typedef
251 static processor_start_info_t start_info __attribute__((aligned(64)));
351 processor_start_info_t *psip = (processor_start_info_t *) arg; in start_cpu()