Home
last modified time | relevance | path

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

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