Home
last modified time | relevance | path

Searched refs:ml_grade_binary (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/bsd/dev/i386/
H A Dkern_machdep.c47 int ml_grade_binary(cpu_type_t, cpu_subtype_t, cpu_subtype_t, bool);
57 ml_grade_binary(cpu_type_t exectype, cpu_subtype_t execsubtype, cpu_subtype_t execfeatures __unused… in ml_grade_binary() function
/xnu-12377.81.4/bsd/dev/arm/
H A Dkern_machdep.c20 int ml_grade_binary(cpu_type_t, cpu_subtype_t, cpu_subtype_t, bool);
75 ml_grade_binary(cpu_type_t exectype, cpu_subtype_t execsubtype, cpu_subtype_t execfeatures __unused… in ml_grade_binary() function
/xnu-12377.81.4/bsd/kern/
H A Dmach_loader.c1035 extern int ml_grade_binary(cpu_type_t, cpu_subtype_t, cpu_subtype_t, bool); in grade_binary()
1040 return ml_grade_binary(exectype, execsubtype, execfeatures, allow_simulator_binary); in grade_binary()