Searched refs:ml_grade_binary (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.1.9/bsd/dev/i386/ |
| H A D | kern_machdep.c | 47 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.1.9/bsd/dev/arm/ |
| H A D | kern_machdep.c | 20 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.1.9/bsd/kern/ |
| H A D | mach_loader.c | 1024 extern int ml_grade_binary(cpu_type_t, cpu_subtype_t, cpu_subtype_t, bool); in grade_binary() 1029 return ml_grade_binary(exectype, execsubtype, execfeatures, allow_simulator_binary); in grade_binary()
|