Searched refs:CPU_ARCH_ABI64 (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/osfmk/mach/
H A Dmachine.h130 #define CPU_ARCH_ABI64 0x01000000 /* 64 bit ABI */ macro
146 #define CPU_TYPE_X86_64 (CPU_TYPE_X86 | CPU_ARCH_ABI64)
153 #define CPU_TYPE_ARM64 (CPU_TYPE_ARM | CPU_ARCH_ABI64)
160 #define CPU_TYPE_POWERPC64 (CPU_TYPE_POWERPC | CPU_ARCH_ABI64)
/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A Dkextsymboltool.c720 if (CPU_ARCH_ABI64 & target_arch->cputype)
798 if (CPU_ARCH_ABI64 & target_arch->cputype)
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_util.c757 return !(cputype & CPU_ARCH_ABI64);
/darwin-on-arm/xnu/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c279 hostinfo->cpu_type = cpuid_cputype() | CPU_ARCH_ABI64;
/darwin-on-arm/xnu/bsd/kern/
H A Dmach_loader.c512 abi64 = ((header->cputype & CPU_ARCH_ABI64) == CPU_ARCH_ABI64);
H A Dkern_exec.c768 if ((mach_header->cputype & CPU_ARCH_ABI64) == CPU_ARCH_ABI64)
H A Dkern_sysctl.c3065 ret |= CPU_ARCH_ABI64;

Completed in 43 milliseconds