Home
last modified time | relevance | path

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

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