Home
last modified time | relevance | path

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

/xnu-11215/bsd/machine/
H A Dexec.h48 cpu_subtype_t test_subcpu);
/xnu-11215/bsd/kern/
H A Dkern_exec.c1037 cpu_subtype_t test_subcpu) in binary_match() argument
1043 test_subcpu &= ~CPU_SUBTYPE_MASK; in binary_match()
1046 if (test_subcpu != req_subcpu && req_subcpu != (CPU_SUBTYPE_ANY & ~CPU_SUBTYPE_MASK)) { in binary_match()