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)
77 (exectype & CPU_ARCH_ABI64) ? cpu_subtype() : cpu_subtype32(); in grade_binary()
733 if (CPU_ARCH_ABI64 & target_arch->cputype) { in main()855 if (CPU_ARCH_ABI64 & target_arch->cputype) { in main()
268 hostinfo->cpu_type = cpuid_cputype() | CPU_ARCH_ABI64; in kdp_machine_hostinfo()
799 return !(cputype & CPU_ARCH_ABI64); in kxld_is_32_bit()
1206 cpu64bit = (cpu_type() & CPU_ARCH_ABI64) == CPU_ARCH_ABI64; in sysctl_mib_init()
840 abi64 = ((header->cputype & CPU_ARCH_ABI64) == CPU_ARCH_ABI64); in parse_machfile()
1068 if ((mach_header->cputype & CPU_ARCH_ABI64) == CPU_ARCH_ABI64) { in exec_mach_imgact()
604 cputype |= CPU_ARCH_ABI64; in populate_corpse_crashinfo()
3683 ret |= CPU_ARCH_ABI64; in fetch_process_cputype()