Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/kern/
H A Dkern_trustcache.c1059 TCType_t tc_type = kTCTypeEngineering; in load_static_trust_cache() local
1076 tc_type = kTCTypeStatic; in load_static_trust_cache()
1082 tc_type = kTCTypeStatic; in load_static_trust_cache()
1087 if (tc_type == kTCTypeEngineering) { in load_static_trust_cache()
1100 tc_type, in load_static_trust_cache()
1108 if (tc_type == kTCTypeStatic) { in load_static_trust_cache()
/xnu-10063.141.1/bsd/vm/
H A Dvm_unix.c2465 TCType_t tc_type = kTCTypeInvalid; in shared_region_map_and_slide_setup() local
2466 TCReturn_t tc_ret = amfi->TrustCache.queryGetTCType(&qt, &tc_type); in shared_region_map_and_slide_setup()
2468 (tc_type == kTCTypeCryptex1BootOS || in shared_region_map_and_slide_setup()
2469 tc_type == kTCTypeStatic || in shared_region_map_and_slide_setup()
2470 tc_type == kTCTypeEngineering)); in shared_region_map_and_slide_setup()