Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dhost.c199 int master_id = master_processor->cpu_id; in host_info() local
211 basic_info->cpu_type = slot_type(master_id); in host_info()
212 basic_info->cpu_subtype = slot_subtype(master_id); in host_info()
226 basic_info->cpu_threadtype = slot_threadtype(master_id); in host_info()
388 int master_id = master_processor->cpu_id; in host_info() local
389 user_arch_info->cpu_type = slot_type(master_id); in host_info()
390 user_arch_info->cpu_subtype = slot_subtype(master_id); in host_info()