Searched refs:CPU_ARCH_MASK (Results 1 – 6 of 6) sorted by relevance
178 …load_return_t ret = fatfile_getarch(data_ptr, data_size, primary_type, CPU_ARCH_MASK, CPU_SUBTYPE_… in fatfile_getbestarch()223 …turn fatfile_getarch(data_ptr, data_size, (archbits & CPU_ARCH_MASK) | (cpu_type() & ~CPU_ARCH_MAS… in fatfile_getarch_with_bits()
830 if (((cpu_type_t)(header->cputype & ~CPU_ARCH_MASK) != (cpu_type() & ~CPU_ARCH_MASK)) in parse_machfile()3046 cputype = (cputype & CPU_ARCH_MASK) | (cpu_type() & ~CPU_ARCH_MASK); in load_dylinker()
3678 ret = cpu_type() & ~CPU_ARCH_MASK; in fetch_process_cputype()3703 if ((proc_cputype & ~CPU_ARCH_MASK) != (cpu_type() & ~CPU_ARCH_MASK)) { in sysctl_sysctl_native()
579 cputype = cpu_type() & ~CPU_ARCH_MASK; in populate_corpse_crashinfo()
1091 if (binary_match(CPU_ARCH_MASK, pref, subpref, in exec_mach_imgact()
130 #define CPU_ARCH_MASK 0xff000000 /* mask for architecture bits */ macro