Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dhost.c196 int master_id = master_processor->cpu_id; in host_info() local
208 basic_info->cpu_type = slot_type(master_id); in host_info()
209 basic_info->cpu_subtype = slot_subtype(master_id); in host_info()
223 basic_info->cpu_threadtype = slot_threadtype(master_id); in host_info()
386 int master_id = master_processor->cpu_id; in host_info() local
387 user_arch_info->cpu_type = slot_type(master_id); in host_info()
388 user_arch_info->cpu_subtype = slot_subtype(master_id); in host_info()