Searched refs:cpu_subtype (Results 1 - 11 of 11) sorted by relevance

/xnu-2782.1.97/bsd/dev/i386/
H A Dkern_machdep.c53 cpu_subtype_t hostsubtype = cpu_subtype();
/xnu-2782.1.97/osfmk/i386/
H A Dcpu.c107 cdp->cpu_subtype = cpuid_cpusubtype();
247 return (cpu_datap(slot_num)->cpu_subtype);
264 cpu_subtype(void) function
266 return (current_cpu_datap()->cpu_subtype);
H A Dcpu_data.h245 int cpu_subtype; member in struct:cpu_data
/xnu-2782.1.97/osfmk/mach/
H A Dprocessor_info.h100 cpu_subtype_t cpu_subtype; /* subtype of cpu */ member in struct:processor_basic_info
H A Dhost_info.h110 cpu_subtype_t cpu_subtype; /* cpu subtype */ member in struct:host_basic_info_old
126 cpu_subtype_t cpu_subtype; /* cpu subtype */ member in struct:host_basic_info
H A Dmachine.h87 cpu_subtype_t cpu_subtype(void);
169 * Capability bits used in the definition of cpu_subtype.
/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_protocol.h245 uint32_t cpu_subtype; member in struct:__anon983
/xnu-2782.1.97/bsd/kern/
H A Dkern_mib.c465 cpusubtype = cpu_subtype();
/xnu-2782.1.97/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c283 hostinfo->cpu_subtype = cpuid_cpusubtype();
/xnu-2782.1.97/osfmk/kern/
H A Dprocessor.c334 basic_info->cpu_subtype = slot_subtype(cpu_id);
H A Dhost.c176 basic_info->cpu_subtype = slot_subtype(master_id);

Completed in 100 milliseconds