Home
last modified time | relevance | path

Searched refs:CPU_ARCH_ABI64 (Results 1 – 10 of 10) sorted by relevance

/xnu-8020.121.3/osfmk/mach/
H A Dmachine.h131 #define CPU_ARCH_ABI64 0x01000000 /* 64 bit ABI */ macro
148 #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)
/xnu-8020.121.3/bsd/dev/arm/
H A Dkern_machdep.c77 (exectype & CPU_ARCH_ABI64) ? cpu_subtype() : cpu_subtype32(); in grade_binary()
/xnu-8020.121.3/SETUP/kextsymboltool/
H A Dkextsymboltool.c733 if (CPU_ARCH_ABI64 & target_arch->cputype) { in main()
855 if (CPU_ARCH_ABI64 & target_arch->cputype) { in main()
/xnu-8020.121.3/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c268 hostinfo->cpu_type = cpuid_cputype() | CPU_ARCH_ABI64; in kdp_machine_hostinfo()
/xnu-8020.121.3/libkern/kxld/
H A Dkxld_util.c799 return !(cputype & CPU_ARCH_ABI64); in kxld_is_32_bit()
/xnu-8020.121.3/bsd/kern/
H A Dkern_mib.c1206 cpu64bit = (cpu_type() & CPU_ARCH_ABI64) == CPU_ARCH_ABI64; in sysctl_mib_init()
H A Dmach_loader.c840 abi64 = ((header->cputype & CPU_ARCH_ABI64) == CPU_ARCH_ABI64); in parse_machfile()
H A Dkern_exec.c1068 if ((mach_header->cputype & CPU_ARCH_ABI64) == CPU_ARCH_ABI64) { in exec_mach_imgact()
H A Dkern_exit.c604 cputype |= CPU_ARCH_ABI64; in populate_corpse_crashinfo()
H A Dkern_sysctl.c3683 ret |= CPU_ARCH_ABI64; in fetch_process_cputype()