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

/xnu-2782.1.97/osfmk/i386/
H A Dcpu.c106 cdp->cpu_type = cpuid_cputype();
240 return (cpu_datap(slot_num)->cpu_type);
258 cpu_type(void) function
260 return (current_cpu_datap()->cpu_type);
H A Dcpu_data.h244 int cpu_type; member in struct:cpu_data
/xnu-2782.1.97/bsd/kern/
H A Dmach_fat.c192 return fatfile_getarch(vp, data_ptr, cpu_type(), CPU_ARCH_MASK, archret);
217 return fatfile_getarch(vp, data_ptr, archbits | (cpu_type() & ~CPU_ARCH_MASK), 0, archret);
H A Dkern_mib.c464 cputype = cpu_type();
H A Dkern_sysctl.c2534 ret = cpu_type() & ~CPU_ARCH_MASK;
2555 if ((proc_cputype & ~CPU_ARCH_MASK) != (cpu_type() & ~CPU_ARCH_MASK))
H A Dmach_loader.c535 if (((cpu_type_t)(header->cputype & ~CPU_ARCH_MASK) != (cpu_type() & ~CPU_ARCH_MASK)) ||
H A Dkern_exec.c601 if (cpu_type() == CPU_TYPE_ARM64) {
936 cpu_type());
/xnu-2782.1.97/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.h109 cpu_type_t cpu_type; /* cpu type */ member in struct:host_basic_info_old
125 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.
/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_protocol.h244 uint32_t cpu_type; member in struct:__anon983
/xnu-2782.1.97/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 | \
/xnu-2782.1.97/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c282 hostinfo->cpu_type = cpuid_cputype() | CPU_ARCH_ABI64;
/xnu-2782.1.97/osfmk/kern/
H A Dprocessor.c333 basic_info->cpu_type = slot_type(cpu_id);
H A Dhost.c175 basic_info->cpu_type = slot_type(master_id);

Completed in 262 milliseconds