Searched refs:CPU_TYPE_I386 (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/helpers/
H A Darch.c10 return CPU_TYPE_I386;
/darwin-on-arm/xnu/osfmk/mach/
H A Dmachine.h145 #define CPU_TYPE_I386 CPU_TYPE_X86 /* compatibility */ macro
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_object.c331 object->cputype = CPU_TYPE_I386;
376 case CPU_TYPE_I386:
396 case CPU_TYPE_I386:
829 return (object->cputype == CPU_TYPE_I386) || (object->cputype == CPU_TYPE_ARM);
1678 return (object->cputype != CPU_TYPE_I386);
1688 return (object->cputype == CPU_TYPE_I386);
2340 return ( object->cputype != CPU_TYPE_I386
H A Dkxld_reloc.c198 case CPU_TYPE_I386:
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_core.c131 what_we_think = CPU_TYPE_I386;
H A Dkern_sysctl.c3010 cpu_type_t oldcputype = (cur_proc->p_flag & P_AFFINITY) ? CPU_TYPE_POWERPC : CPU_TYPE_I386;
3019 if (newcputype == CPU_TYPE_I386)
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_shared_region.c584 case CPU_TYPE_I386:
606 case CPU_TYPE_I386:
/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A Dkextsymboltool.c745 hdr.filetype = (target_arch->cputype == CPU_TYPE_I386) ? MH_OBJECT : MH_KEXT_BUNDLE;
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c2076 if (do_spawn_test(CPU_TYPE_I386, 0))
2105 if (do_spawn_test(CPU_TYPE_I386, 0))
2120 if (do_spawn_test(CPU_TYPE_I386, 0))

Completed in 66 milliseconds