| /xnu-11215/osfmk/i386/ |
| H A D | cpu.c | 111 cdp->cpu_type = cpuid_cputype(); in cpu_init() 221 return cpu_datap(slot_num)->cpu_type; in slot_type() 239 cpu_type(void) in cpu_type() function 241 return current_cpu_datap()->cpu_type; in cpu_type()
|
| H A D | cpu_data.h | 309 int cpu_type; member
|
| /xnu-11215/osfmk/mach/ |
| H A D | host_info.h | 110 cpu_type_t cpu_type; /* cpu type */ member 134 cpu_type_t cpu_type; /* cpu type */ member 287 cpu_type_t cpu_type; /* Preferred user-space cpu type */ member
|
| H A D | processor_info.h | 99 cpu_type_t cpu_type; /* type of cpu */ member
|
| H A D | machine.h | 86 cpu_type_t cpu_type(void);
|
| /xnu-11215/bsd/kern/ |
| H A D | mach_fat.c | 171 int primary_type = cpu_type(); in fatfile_getbestarch() 223 …return fatfile_getarch(data_ptr, data_size, (archbits & CPU_ARCH_MASK) | (cpu_type() & ~CPU_ARCH_M… in fatfile_getarch_with_bits()
|
| H A D | kern_mib.c | 428 return SYSCTL_RETURN(req, hinfo.cpu_type); in sysctl_hw_generic() 1437 cpu64bit = (cpu_type() & CPU_ARCH_ABI64) == CPU_ARCH_ABI64; in sysctl_mib_init()
|
| H A D | mach_loader.c | 840 if (((cpu_type_t)(header->cputype & ~CPU_ARCH_MASK) != (cpu_type() & ~CPU_ARCH_MASK)) in parse_machfile() 2970 cputype = (cputype & CPU_ARCH_MASK) | (cpu_type() & ~CPU_ARCH_MASK); in load_dylinker()
|
| H A D | kern_exit.c | 603 cputype = cpu_type() & ~CPU_ARCH_MASK; in populate_corpse_crashinfo() 1200 cpu_type_t cputype = cpu_type() & ~CPU_ARCH_MASK; in current_thread_collect_backtrace_info()
|
| H A D | kern_exec.c | 1550 if (cpu_type() == CPU_TYPE_ARM64 && in exec_mach_imgact() 1555 p, cpu_type(), p->p_cputype, p->p_cpusubtype); in exec_mach_imgact() 1621 int cputype = cpu_type(); in exec_mach_imgact()
|
| H A D | kern_sysctl.c | 4132 ret = cpu_type() & ~CPU_ARCH_MASK; 4157 if ((proc_cputype & ~CPU_ARCH_MASK) != (cpu_type() & ~CPU_ARCH_MASK)) {
|
| /xnu-11215/osfmk/kdp/ |
| H A D | processor_core.c | 139 uint32_t mh_magic, cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) in kern_register_coredump_helper_internal() argument 209 core_helper->kcc_cpu_type = cpu_type; in kern_register_coredump_helper_internal() 258 cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) in kern_register_coredump_helper() argument 265 is64bit, mh_magic, cpu_type, cpu_subtype) == NULL) { in kern_register_coredump_helper() 1176 cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) in kern_register_coredump_helper() argument 1178 …dump_config_vers, kc_callbacks, refcon, core_description, is64bit, mh_magic, cpu_type, cpu_subtype) in kern_register_coredump_helper()
|
| H A D | processor_core.h | 233 …const char *core_description, boolean_t is64bit, uint32_t mh_magic, cpu_type_t cpu_type, cpu_subty…
|
| H A D | kdp_protocol.h | 245 uint32_t cpu_type; member
|
| /xnu-11215/osfmk/arm/ |
| H A D | cpu_common.c | 777 return cpu_datap(slot_num)->cpu_type; in slot_type() 793 cpu_type(void) in cpu_type() function 795 return getCpuDatap()->cpu_type; in cpu_type()
|
| H A D | cpu_data_internal.h | 136 int cpu_type; member
|
| /xnu-11215/osfmk/kern/ |
| H A D | host.c | 211 basic_info->cpu_type = slot_type(master_id); in host_info() 385 user_arch_info->cpu_type = preferred_cpu_type; in host_info() 389 user_arch_info->cpu_type = slot_type(master_id); in host_info()
|
| H A D | processor.c | 776 basic_info->cpu_type = slot_type(cpu_id); in processor_info()
|
| /xnu-11215/osfmk/kdp/ml/arm/ |
| H A D | kdp_machdep.c | 233 hostinfo->cpu_type = slot_type(0); in kdp_machine_hostinfo()
|
| /xnu-11215/osfmk/arm64/ |
| H A D | cpu.c | 691 if (cdp->cpu_type != CPU_TYPE_ARM64) { in cpu_init() 692 cdp->cpu_type = CPU_TYPE_ARM64; in cpu_init()
|
| /xnu-11215/osfmk/kdp/ml/x86_64/ |
| H A D | kdp_machdep.c | 269 hostinfo->cpu_type = cpuid_cputype() | CPU_ARCH_ABI64; in kdp_machine_hostinfo()
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | ktrace.py | 679 'cpu_type': unsigned(master_cpu_data.cpu_type),
|
| /xnu-11215/security/ |
| H A D | mac_vfs.c | 1314 cpu_type_t cpu_type = (imgp == NULL) ? CPU_TYPE_ANY : imgp->ip_origcputype; in mac_vnode_check_signature() local 1325 MAC_CHECK(vnode_check_signature, vp, mac_vnode_label(vp), cpu_type, cs_blob, in mac_vnode_check_signature()
|
| H A D | mac_policy.h | 4849 cpu_type_t cpu_type,
|