Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dhost.c203 int master_id = master_processor->cpu_id; in host_info() local
215 basic_info->cpu_type = slot_type(master_id); in host_info()
216 basic_info->cpu_subtype = slot_subtype(master_id); in host_info()
230 basic_info->cpu_threadtype = slot_threadtype(master_id); in host_info()
397 int master_id = master_processor->cpu_id; in host_info() local
398 user_arch_info->cpu_type = slot_type(master_id); in host_info()
399 user_arch_info->cpu_subtype = slot_subtype(master_id); in host_info()
402 int master_id = master_processor->cpu_id; in host_info() local
403 user_arch_info->cpu_type = slot_type(master_id); in host_info()
404 user_arch_info->cpu_subtype = slot_subtype(master_id); in host_info()