Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dhost.c198 int master_id = master_processor->cpu_id; in host_info() local
210 basic_info->cpu_type = slot_type(master_id); in host_info()
211 basic_info->cpu_subtype = slot_subtype(master_id); in host_info()
225 basic_info->cpu_threadtype = slot_threadtype(master_id); in host_info()
387 int master_id = master_processor->cpu_id; in host_info() local
388 user_arch_info->cpu_type = slot_type(master_id); in host_info()
389 user_arch_info->cpu_subtype = slot_subtype(master_id); in host_info()