Searched refs:cpu_type (Results 1 - 22 of 22) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dmach_fat.c207 return fatfile_getarch2(vp, data_ptr, cpu_type(),
231 return fatfile_getarch2(vp, data_ptr, cpu_type(),
257 return fatfile_getarch2(vp, data_ptr, archbits | cpu_type(),
H A Dkern_mib.c499 cputype = cpu_type();
H A Dmach_loader.c507 if (((cpu_type_t)(header->cputype & ~CPU_ARCH_MASK) != cpu_type()) ||
H A Dkern_sysctl.c3063 ret = cpu_type();
3084 if ((proc_cputype & ~CPU_ARCH_MASK) != (cpu_type() & ~CPU_ARCH_MASK))
H A Dkern_exec.c899 cpu_type());
/darwin-on-arm/xnu/osfmk/i386/
H A Dcpu.c107 cdp->cpu_type = cpuid_cputype();
228 return (cpu_datap(slot_num)->cpu_type);
246 cpu_type(void) function
248 return (current_cpu_datap()->cpu_type);
H A Dcpu_data.h269 int cpu_type; member in struct:cpu_data
/darwin-on-arm/xnu/osfmk/mach/
H A Dprocessor_info.h99 cpu_type_t cpu_type; /* type of cpu */ member in struct:processor_basic_info
H A Dhost_info.h108 cpu_type_t cpu_type; /* cpu type */ member in struct:host_basic_info_old
124 cpu_type_t cpu_type; /* cpu type */ member in struct:host_basic_info
H A Dmachine.h85 cpu_type_t cpu_type(void);
127 * Capability bits used in the definition of cpu_type.
/darwin-on-arm/xnu/osfmk/arm/
H A Dcpu_data.h95 int cpu_type; member in struct:cpu_data
H A Dcpu.c848 cdp->cpu_type = CPU_TYPE_ARM;
956 cpu_type_t cpu_type(void) function
958 return current_cpu_datap()->cpu_type;
968 return (cpu_datap(slot_num)->cpu_type);
/darwin-on-arm/xnu/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c257 hostinfo->cpu_type = cpu_type();
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_protocol.h235 uint32_t cpu_type; member in struct:__anon1014
/darwin-on-arm/xnu/osfmk/kdp/ml/i386/
H A Dkdp_machdep.c275 hostinfo->cpu_type = cpuid_cputype();
/darwin-on-arm/xnu/tools/tests/libMicro/
H A DbenchDS.sh135 grep -A1 cpu_type | grep string | \
H A Dbench.sh140 grep -A1 cpu_type | grep string | \
H A Dcoreos_bench.sh148 grep -A1 cpu_type | grep string | \
H A Dembd_bench.sh147 grep -A1 cpu_type | grep string | \
/darwin-on-arm/xnu/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c279 hostinfo->cpu_type = cpuid_cputype() | CPU_ARCH_ABI64;
/darwin-on-arm/xnu/osfmk/kern/
H A Dhost.c172 basic_info->cpu_type = slot_type(master_id);
H A Dprocessor.c320 basic_info->cpu_type = slot_type(cpu_id);

Completed in 167 milliseconds