Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/machine/
H A Dexec.h46 boolean_t binary_match(cpu_type_t mask_bits, cpu_type_t req_cpu,
/xnu-8019.80.24/bsd/kern/
H A Dkern_exec.c967 binary_match(cpu_type_t mask, cpu_type_t req_cpu, in binary_match() argument
971 if ((test_cpu & ~mask) != (req_cpu & ~mask)) { in binary_match()