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()
846 if (((cpu_type_t)(header->cputype & ~CPU_ARCH_MASK) != (cpu_type() & ~CPU_ARCH_MASK)) in parse_machfile()3129 cputype = (cputype & CPU_ARCH_MASK) | (cpu_type() & ~CPU_ARCH_MASK); in load_dylinker()
622 cputype = cpu_type() & ~CPU_ARCH_MASK; in populate_corpse_crashinfo()1208 cpu_type_t cputype = cpu_type() & ~CPU_ARCH_MASK; in current_thread_collect_backtrace_info()
4058 ret = cpu_type() & ~CPU_ARCH_MASK;4083 if ((proc_cputype & ~CPU_ARCH_MASK) != (cpu_type() & ~CPU_ARCH_MASK)) {
1274 if (binary_match(CPU_ARCH_MASK, pref, subpref, in exec_mach_imgact()
130 #define CPU_ARCH_MASK 0xff000000 /* mask for architecture bits */ macro