Searched refs:image4_xnu_const (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.101.15/libkern/libkern/image4/ |
| H A D | api.h | 73 #define image4_xnu_const(_s, _v) ({ \ macro 81 #define IMAGE4_COPROCESSOR_HOST image4_xnu_const(coprocessor_host, 0) 84 #define IMAGE4_COPROCESSOR_AP image4_xnu_const(coprocessor_ap, 0) 87 #define IMAGE4_COPROCESSOR_AP_LOCAL image4_xnu_const(coprocessor_ap_local, 0) 90 #define IMAGE4_COPROCESSOR_CRYPTEX1 image4_xnu_const(coprocessor_cryptex1, 0) 93 #define IMAGE4_COPROCESSOR_SEP image4_xnu_const(coprocessor_sep, 0) 96 #define IMAGE4_COPROCESSOR_X86 image4_xnu_const(coprocessor_x86, 0) 101 image4_xnu_const(trust_evaluation_exec, 0) 105 image4_xnu_const(trust_evaluation_preflight, 0) 109 image4_xnu_const(trust_evaluation_sign, 0) [all …]
|