Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/
H A Dkern_trustcache.c1231 TCType_t tc_type = kTCTypeEngineering; in load_static_trust_cache() local
1248 tc_type = kTCTypeStatic; in load_static_trust_cache()
1254 tc_type = kTCTypeStatic; in load_static_trust_cache()
1259 if (tc_type == kTCTypeEngineering) { in load_static_trust_cache()
1272 tc_type, in load_static_trust_cache()
1280 if (tc_type == kTCTypeStatic) { in load_static_trust_cache()
1295 if (tc_type == kTCTypeStatic) { in load_static_trust_cache()
/xnu-12377.61.12/bsd/vm/
H A Dvm_unix.c1389 TCType_t tc_type = kTCTypeInvalid; in shared_region_map_and_slide_setup() local
1390 TCReturn_t tc_ret = amfi->TrustCache.queryGetTCType(&qt, &tc_type); in shared_region_map_and_slide_setup()
1392 (tc_type == kTCTypeCryptex1BootOS || in shared_region_map_and_slide_setup()
1393 tc_type == kTCTypeStatic || in shared_region_map_and_slide_setup()
1394 tc_type == kTCTypeEngineering)); in shared_region_map_and_slide_setup()