Home
last modified time | relevance | path

Searched refs:cpu_subtype (Results 1 – 24 of 24) sorted by relevance

/xnu-11215/bsd/dev/arm/
H A Dkern_machdep.c32 switch (cpu_subtype()) { in cpu_subtype32()
77 (exectype & CPU_ARCH_ABI64) ? cpu_subtype() : cpu_subtype32(); in grade_binary()
79 cpu_subtype_t hostsubtype = cpu_subtype(); in grade_binary()
/xnu-11215/osfmk/i386/
H A Dcpu.c112 cdp->cpu_subtype = cpuid_cpusubtype(); in cpu_init()
228 return cpu_datap(slot_num)->cpu_subtype; in slot_subtype()
245 cpu_subtype(void) in cpu_subtype() function
247 return current_cpu_datap()->cpu_subtype; in cpu_subtype()
H A Dcpu_data.h310 int cpu_subtype; member
/xnu-11215/osfmk/vm/
H A Dvm_shared_region_internal.h54 cpu_subtype_t cpu_subtype,
66 cpu_subtype_t cpu_subtype,
H A Dvm_shared_region.c210 cpu_subtype_t cpu_subtype,
373 cpu_subtype_t cpu_subtype, in vm_shared_region_lookup() argument
386 cputype, cpu_subtype, is_64bit, target_page_shift, in vm_shared_region_lookup()
422 cpu_subtype, in vm_shared_region_lookup()
469 cputype, cpu_subtype, is_64bit, target_page_shift, in vm_shared_region_lookup()
668 cpu_subtype_t cpu_subtype, in vm_shared_region_create() argument
688 cputype, cpu_subtype, is_64bit, target_page_shift, in vm_shared_region_create()
849 shared_region->sr_cpu_subtype = cpu_subtype; in vm_shared_region_create()
903 cputype, cpu_subtype, is_64bit, is_driverkit, in vm_shared_region_create()
2283 cpu_subtype_t cpu_subtype, in vm_shared_region_enter() argument
[all …]
H A Dvm_map_xnu.h50 cpu_subtype_t cpu_subtype,
H A Dvm_map.c13762 cpu_subtype_t cpu_subtype, in vm_map_exec() argument
13774 cpu_subtype)); in vm_map_exec()
13777 …(void) vm_shared_region_enter(new_map, task, is64bit, fsroot, cpu, cpu_subtype, reslide, is_driver… in vm_map_exec()
13786 cpu_subtype)); in vm_map_exec()
/xnu-11215/osfmk/mach/
H A Dhost_info.h111 cpu_subtype_t cpu_subtype; /* cpu subtype */ member
135 cpu_subtype_t cpu_subtype; /* cpu subtype */ member
288 cpu_subtype_t cpu_subtype; /* Preferred user-space cpu subtype */ member
H A Dprocessor_info.h100 cpu_subtype_t cpu_subtype; /* subtype of cpu */ member
H A Dmachine.h88 cpu_subtype_t cpu_subtype(void);
/xnu-11215/bsd/dev/i386/
H A Dkern_machdep.c57 cpu_subtype_t hostsubtype = cpu_subtype(); in grade_binary()
/xnu-11215/osfmk/kdp/
H A Dprocessor_core.c139 uint32_t mh_magic, cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) in kern_register_coredump_helper_internal() argument
210 core_helper->kcc_cpu_subtype = cpu_subtype; 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 Dprocessor_core.h233 …description, boolean_t is64bit, uint32_t mh_magic, cpu_type_t cpu_type, cpu_subtype_t cpu_subtype);
H A Dkdp_protocol.h246 uint32_t cpu_subtype; member
/xnu-11215/osfmk/arm/
H A Dcpu_common.c783 return cpu_datap(slot_num)->cpu_subtype; in slot_subtype()
799 cpu_subtype(void) in cpu_subtype() function
801 return getCpuDatap()->cpu_subtype; in cpu_subtype()
H A Dcpu_data_internal.h137 int cpu_subtype; member
/xnu-11215/osfmk/kern/
H A Dhost.c212 basic_info->cpu_subtype = slot_subtype(master_id); in host_info()
386 user_arch_info->cpu_subtype = preferred_cpu_subtype; in host_info()
390 user_arch_info->cpu_subtype = slot_subtype(master_id); in host_info()
H A Dprocessor.c777 basic_info->cpu_subtype = slot_subtype(cpu_id); in processor_info()
/xnu-11215/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c234 hostinfo->cpu_subtype = slot_subtype(0); in kdp_machine_hostinfo()
/xnu-11215/osfmk/arm64/
H A Dcpu.c718 cdp->cpu_subtype = CPU_SUBTYPE_ARM64_V8; in cpu_init()
721 cdp->cpu_subtype = CPU_SUBTYPE_ARM64E; in cpu_init()
/xnu-11215/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c270 hostinfo->cpu_subtype = cpuid_cpusubtype(); in kdp_machine_hostinfo()
/xnu-11215/tools/lldbmacros/
H A Dktrace.py680 'cpu_subtype': unsigned(master_cpu_data.cpu_subtype),
/xnu-11215/bsd/kern/
H A Dkern_exec.c1538 int cpu_subtype = 0; /* all cpu_subtypes use the same shared region */ in exec_mach_imgact() local
1561 cpu_subtype = p->p_cpusubtype & ~CPU_SUBTYPE_MASK; in exec_mach_imgact()
1633 (void *)p->p_fd.fd_rdir, cputype, cpu_subtype, reslide, in exec_mach_imgact()
H A Dkern_mib.c434 return SYSCTL_RETURN(req, hinfo.cpu_subtype); in sysctl_hw_generic()