Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/machine/
H A Dexec.h48 cpu_subtype_t test_subcpu);
/xnu-8019.80.24/bsd/kern/
H A Dkern_exec.c969 cpu_subtype_t test_subcpu) in binary_match() argument
975 test_subcpu &= ~CPU_SUBTYPE_MASK; in binary_match()
978 if (test_subcpu != req_subcpu && req_subcpu != (CPU_SUBTYPE_ANY & ~CPU_SUBTYPE_MASK)) { in binary_match()