Home
last modified time | relevance | path

Searched refs:CPU_TYPE_ANY (Results 1 – 6 of 6) sorted by relevance

/xnu-8020.101.4/osfmk/mach/
H A Dmachine.h138 #define CPU_TYPE_ANY ((cpu_type_t) -1) macro
/xnu-8020.101.4/bsd/kern/
H A Dubc_subr.c4094 (tmp_blob.csb_cpu_type == CPU_TYPE_ANY || in ubc_cs_blob_add()
4095 oblob->csb_cpu_type == CPU_TYPE_ANY || in ubc_cs_blob_add()
4105 if (oblob->csb_cpu_type == CPU_TYPE_ANY) { in ubc_cs_blob_add()
H A Dkern_descrip.c3898 blob = ubc_cs_blob_get(vp, CPU_TYPE_ANY, CPU_SUBTYPE_ANY, fs.fs_file_start); in sys_fcntl_nocancel()
3971 CPU_TYPE_ANY, /* not for a specific architecture */ in sys_fcntl_nocancel()
4213 blob = ubc_cs_blob_get(vp, CPU_TYPE_ANY, CPU_SUBTYPE_ANY, sigsinfo.fg_file_start); in sys_fcntl_nocancel()
H A Dkern_exec.c785 if (pref == CPU_TYPE_ANY) { in exec_fat_imgact()
1087 if (pref == CPU_TYPE_ANY) { in exec_mach_imgact()
/xnu-8020.101.4/security/
H A Dmac_vfs.c1339 cpu_type_t cpu_type = (imgp == NULL) ? CPU_TYPE_ANY : imgp->ip_origcputype; in mac_vnode_check_signature()
/xnu-8020.101.4/libkern/c++/
H A DOSKext.cpp3087 if (MKEXT_GET_CPUTYPE(mkextHeader) == (UInt32)CPU_TYPE_ANY) { in readMkext2Archive()