Searched refs:CPU_ARCH_ABI64 (Results 1 – 10 of 10) sorted by relevance
131 #define CPU_ARCH_ABI64 0x01000000 /* 64 bit ABI */ macro148 #define CPU_TYPE_X86_64 (CPU_TYPE_X86 | CPU_ARCH_ABI64)155 #define CPU_TYPE_ARM64 (CPU_TYPE_ARM | CPU_ARCH_ABI64)163 #define CPU_TYPE_POWERPC64 (CPU_TYPE_POWERPC | CPU_ARCH_ABI64)
79 (exectype & CPU_ARCH_ABI64) ? cpu_subtype() : cpu_subtype32(); in ml_grade_binary()
733 if (CPU_ARCH_ABI64 & target_arch->cputype) { in main()855 if (CPU_ARCH_ABI64 & target_arch->cputype) { in main()
269 hostinfo->cpu_type = cpuid_cputype() | CPU_ARCH_ABI64; in kdp_machine_hostinfo()
803 return !(cputype & CPU_ARCH_ABI64); in kxld_is_32_bit()
1313 cpu64bit = (cpu_type() & CPU_ARCH_ABI64) == CPU_ARCH_ABI64; in sysctl_mib_init()
605 cputype |= CPU_ARCH_ABI64; in populate_corpse_crashinfo()1228 cputype |= CPU_ARCH_ABI64; in current_thread_collect_backtrace_info()
1133 abi64 = ((header->cputype & CPU_ARCH_ABI64) == CPU_ARCH_ABI64); in parse_machfile()
1382 if ((mach_header->cputype & CPU_ARCH_ABI64) == CPU_ARCH_ABI64) { in exec_mach_imgact()
4212 ret |= CPU_ARCH_ABI64;