Home
last modified time | relevance | path

Searched refs:test_cpu (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/machine/
H A Dexec.h47 cpu_subtype_t req_subcpu, cpu_type_t test_cpu,
/xnu-8019.80.24/bsd/kern/
H A Dkern_exec.c968 cpu_subtype_t req_subcpu, cpu_type_t test_cpu, in binary_match() argument
971 if ((test_cpu & ~mask) != (req_cpu & ~mask)) { in binary_match()