Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dexclaves_boot.h58 } exclaves_boot_task_entry_t; typedef
64 static const exclaves_boot_task_entry_t \
H A Dexclaves_boot.c69 extern exclaves_boot_task_entry_t exclaves_boot_task_entries[]
72 extern exclaves_boot_task_entry_t exclaves_boot_task_entries_end[]
102 assert3u(size % sizeof(exclaves_boot_task_entry_t), ==, 0); in exclaves_boot_tasks()
108 exclaves_boot_task_entry_t boot_tasks[count]; in exclaves_boot_tasks()