Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dhost.c201 int master_id = master_processor->cpu_id; in host_info() local
213 basic_info->cpu_type = slot_type(master_id); in host_info()
214 basic_info->cpu_subtype = slot_subtype(master_id); in host_info()
228 basic_info->cpu_threadtype = slot_threadtype(master_id); in host_info()
395 int master_id = master_processor->cpu_id; in host_info() local
396 user_arch_info->cpu_type = slot_type(master_id); in host_info()
397 user_arch_info->cpu_subtype = slot_subtype(master_id); in host_info()
400 int master_id = master_processor->cpu_id; in host_info() local
401 user_arch_info->cpu_type = slot_type(master_id); in host_info()
402 user_arch_info->cpu_subtype = slot_subtype(master_id); in host_info()