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

/darwin-on-arm/xnu/osfmk/i386/
H A Dcpu.c108 cdp->cpu_subtype = cpuid_cpusubtype();
235 return (cpu_datap(slot_num)->cpu_subtype);
252 cpu_subtype(void) function
254 return (current_cpu_datap()->cpu_subtype);
H A Dcpu_data.h270 int cpu_subtype; member in struct:cpu_data
/darwin-on-arm/xnu/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.h109 cpu_subtype_t cpu_subtype; /* cpu subtype */ member in struct:host_basic_info_old
125 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.
/darwin-on-arm/xnu/osfmk/arm/
H A Dcpu.c850 cdp->cpu_subtype = CPU_SUBTYPE_ARM_V7;
852 cdp->cpu_subtype = CPU_SUBTYPE_ARM_V6;
854 cdp->cpu_subtype = CPU_SUBTYPE_ARM_ALL;
978 return (cpu_datap(slot_num)->cpu_subtype);
992 * cpu_subtype
996 cpu_subtype_t cpu_subtype(void) function
998 return current_cpu_datap()->cpu_subtype;
H A Dcpu_data.h96 int cpu_subtype; member in struct:cpu_data
/darwin-on-arm/xnu/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c258 hostinfo->cpu_subtype = cpu_subtype();
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_protocol.h236 uint32_t cpu_subtype; member in struct:__anon1014
/darwin-on-arm/xnu/osfmk/kdp/ml/i386/
H A Dkdp_machdep.c276 hostinfo->cpu_subtype = cpuid_cpusubtype();
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_mib.c500 cpusubtype = cpu_subtype();
/darwin-on-arm/xnu/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c280 hostinfo->cpu_subtype = cpuid_cpusubtype();
/darwin-on-arm/xnu/osfmk/kern/
H A Dhost.c173 basic_info->cpu_subtype = slot_subtype(master_id);
H A Dprocessor.c321 basic_info->cpu_subtype = slot_subtype(cpu_id);

Completed in 40 milliseconds