Searched refs:allow_simulator_binary (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.1.9/bsd/dev/i386/ |
| H A D | kern_machdep.c | 57 …u_subtype_t execsubtype, cpu_subtype_t execfeatures __unused, bool allow_simulator_binary __unused) in ml_grade_binary() 82 if (bootarg_no32exec && !allow_simulator_binary) { in ml_grade_binary()
|
| /xnu-12377.1.9/bsd/machine/ |
| H A D | exec.h | 45 int grade_binary(cpu_type_t, cpu_subtype_t, cpu_subtype_t, bool allow_simulator_binary);
|
| /xnu-12377.1.9/bsd/dev/arm/ |
| H A D | kern_machdep.c | 75 …u_subtype_t execsubtype, cpu_subtype_t execfeatures __unused, bool allow_simulator_binary __unused) in ml_grade_binary()
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | mach_loader.c | 647 bool allow_simulator_binary __unused) in grade_binary_override() 1022 …ype_t exectype, cpu_subtype_t execsubtype, cpu_subtype_t execfeatures, bool allow_simulator_binary) in grade_binary() argument 1028 …_grade = grade_binary_override(exectype, execsubtype, execfeatures, allow_simulator_binary)) < 0) { in grade_binary() 1029 return ml_grade_binary(exectype, execsubtype, execfeatures, allow_simulator_binary); in grade_binary()
|