Searched refs:CPU_SUBTYPE_ANY (Results 1 – 9 of 9) sorted by relevance
| /xnu-8020.121.3/tests/ |
| H A D | posix_spawn_archpref.c | 37 if (subtype != CPU_SUBTYPE_ANY) { in run_test() 59 run_test("any (x86_64)", CPU_TYPE_X86_64, CPU_SUBTYPE_ANY); 61 run_test("any (arm64)", CPU_TYPE_ARM64, CPU_SUBTYPE_ANY); 63 run_test("any (arm64_32)", CPU_TYPE_ARM64_32, CPU_SUBTYPE_ANY); 65 run_test("any (arm)", CPU_TYPE_ARM, CPU_SUBTYPE_ANY);
|
| H A D | posix_spawn_alt_rosetta.c | 20 cpu_type_t subcpuprefs[] = { CPU_SUBTYPE_ANY };
|
| /xnu-8020.121.3/bsd/kern/ |
| H A D | mach_fat.c | 178 … = fatfile_getarch(data_ptr, data_size, primary_type, CPU_ARCH_MASK, CPU_SUBTYPE_ANY, imgp, archre… in fatfile_getbestarch() 223 …size, (archbits & CPU_ARCH_MASK) | (cpu_type() & ~CPU_ARCH_MASK), 0, CPU_SUBTYPE_ANY, NULL, archre… in fatfile_getarch_with_bits()
|
| H A D | kern_descrip.c | 3898 blob = ubc_cs_blob_get(vp, CPU_TYPE_ANY, CPU_SUBTYPE_ANY, fs.fs_file_start); in sys_fcntl_nocancel() 3972 CPU_SUBTYPE_ANY, 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 D | mach_loader.c | 3533 error = fatfile_getbestarch_for_cputype(cputype, CPU_SUBTYPE_ANY, in get_macho_vnode()
|
| H A D | kern_exec.c | 979 if (test_subcpu != req_subcpu && req_subcpu != (CPU_SUBTYPE_ANY & ~CPU_SUBTYPE_MASK)) { in binary_match()
|
| /xnu-8020.121.3/libsyscall/wrappers/spawn/ |
| H A D | posix_spawn_filtering.c | 188 *subtype = CPU_SUBTYPE_ANY; in evaluate_rules() 279 new_attr.psa_subcpuprefs[i] = CPU_SUBTYPE_ANY; in _posix_spawn_with_filter()
|
| H A D | posix_spawn.c | 744 psattr->psa_subcpuprefs[i] = CPU_SUBTYPE_ANY; in posix_spawnattr_setbinpref_np() 754 psattr->psa_subcpuprefs[i] = CPU_SUBTYPE_ANY; in posix_spawnattr_setbinpref_np() 808 psattr->psa_subcpuprefs[i] = CPU_SUBTYPE_ANY; in posix_spawnattr_setarchpref_np()
|
| /xnu-8020.121.3/osfmk/mach/ |
| H A D | machine.h | 187 #define CPU_SUBTYPE_ANY ((cpu_subtype_t) -1) macro
|