Home
last modified time | relevance | path

Searched refs:CPU_TYPE_ARM64 (Results 1 – 15 of 15) sorted by relevance

/xnu-11215/tests/
H A Dposix_spawn_archpref.c52 run_test("arm64", CPU_TYPE_ARM64, CPU_SUBTYPE_ARM64_ALL);
55 run_test("arm64e", CPU_TYPE_ARM64, CPU_SUBTYPE_ARM64E);
61 run_test("any (arm64)", CPU_TYPE_ARM64, CPU_SUBTYPE_ANY);
H A Dmonotonic_uncore.c49 if (type == CPU_TYPE_ARM64 && in device_supports_uncore()
H A Dproc_info.c1286 …putype & CPU_TYPE_ARM) == CPU_TYPE_ARM) && !((pai.p_cputype & CPU_TYPE_ARM64) == CPU_TYPE_ARM64)) {
/xnu-11215/tools/lldbmacros/usertaskdebugging/
H A Duserprocess.py13 CPU_TYPE_ARM64 = 0x0100000c variable
17 if cputype == CPU_TYPE_ARM64:
46 if cputype == CPU_TYPE_ARM64:
/xnu-11215/bsd/dev/arm/
H A Dkern_machdep.c84 case CPU_TYPE_ARM64: in grade_binary()
/xnu-11215/osfmk/mach/
H A Dmachine.h155 #define CPU_TYPE_ARM64 (CPU_TYPE_ARM | CPU_ARCH_ABI64) macro
/xnu-11215/tools/kt-dump/
H A Dkt-dump.cpp415 if (cpu == CPU_TYPE_ARM64) { in slice()
529 if (hdr->cputype != CPU_TYPE_ARM64) { in do_fileset()
/xnu-11215/osfmk/vm/
H A Dvm_shared_region.c353 if (cputype == CPU_TYPE_ARM64 && in match_subtype()
705 case CPU_TYPE_ARM64: in vm_shared_region_create()
777 if (cputype == CPU_TYPE_ARM64 && in vm_shared_region_create()
796 if (cputype == CPU_TYPE_ARM64 && in vm_shared_region_create()
1130 if (sr->sr_cpu_type != CPU_TYPE_ARM64) { in shared_region_tpro_protect()
2034 if (shared_region->sr_cpu_type == CPU_TYPE_ARM64 && in vm_shared_region_map_file()
2680 if (sr->sr_cpu_type == CPU_TYPE_ARM64 && in vm_shared_region_slide_mapping()
/xnu-11215/osfmk/arm64/
H A Dcpu.c691 if (cdp->cpu_type != CPU_TYPE_ARM64) { in cpu_init()
692 cdp->cpu_type = CPU_TYPE_ARM64; in cpu_init()
/xnu-11215/libkern/kxld/
H A Dkxld_object.c396 object->cputype = CPU_TYPE_ARM64; in get_target_machine_info()
442 case CPU_TYPE_ARM64: in get_target_machine_info()
457 case CPU_TYPE_ARM64: in get_target_machine_info()
1648 object->cputype == CPU_TYPE_ARM64);
H A Dkxld_reloc.c252 case CPU_TYPE_ARM64: in kxld_relocator_init()
/xnu-11215/bsd/kern/
H A Dmach_loader.c636 if (enforce_hard_pagezero && result->is_64bit_addr && (header->cputype == CPU_TYPE_ARM64)) { in load_machfile()
741 case CPU_TYPE_ARM64: in pie_required()
3120 } else if (imgp->ip_origcputype == CPU_TYPE_ARM64) { in load_rosetta()
3129 ret = get_macho_vnode(rosetta_file_path, CPU_TYPE_ARM64, header, in load_rosetta()
H A Dkern_core.c142 what_we_think = CPU_TYPE_ARM64; in process_cpu_type()
H A Dkern_exec.c1314 assert(mach_header->cputype == CPU_TYPE_ARM64 in exec_mach_imgact()
1317 if ((mach_header->cputype == CPU_TYPE_ARM64 && in exec_mach_imgact()
1508 imgp->ip_origcputype == CPU_TYPE_ARM64 && in exec_mach_imgact()
1550 if (cpu_type() == CPU_TYPE_ARM64 && in exec_mach_imgact()
1553 assertf(p->p_cputype == CPU_TYPE_ARM64, in exec_mach_imgact()
/xnu-11215/tests/vm/
H A Dmemorystatus_freeze_test.c102 case CPU_TYPE_ARM64: in in_shared_region()
172 if (in_shared_region(addr, CPU_TYPE_ARM64)) {