Home
last modified time | relevance | path

Searched defs:cpu_type (Results 1 – 9 of 9) sorted by relevance

/xnu-11215.61.5/osfmk/mach/
H A Dhost_info.h110 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 Dprocessor_info.h99 cpu_type_t cpu_type; /* type of cpu */ member
/xnu-11215.61.5/osfmk/i386/
H A Dcpu.c239 cpu_type(void) in cpu_type() function
H A Dcpu_data.h309 int cpu_type; member
/xnu-11215.61.5/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()
258 cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) in kern_register_coredump_helper()
1176 cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) in kern_register_coredump_helper()
H A Dkdp_protocol.h245 uint32_t cpu_type; member
/xnu-11215.61.5/osfmk/arm/
H A Dcpu_common.c793 cpu_type(void) in cpu_type() function
H A Dcpu_data_internal.h136 int cpu_type; member
/xnu-11215.61.5/security/
H A Dmac_vfs.c1314 cpu_type_t cpu_type = (imgp == NULL) ? CPU_TYPE_ANY : imgp->ip_origcputype; in mac_vnode_check_signature() local