Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/ !
H A Dkern_trustcache.c807 TCType_t tc_type = kTCTypeEngineering; in load_static_trust_cache() local
824 tc_type = kTCTypeStatic; in load_static_trust_cache()
830 tc_type = kTCTypeStatic; in load_static_trust_cache()
835 if (tc_type == kTCTypeEngineering) { in load_static_trust_cache()
848 tc_type, in load_static_trust_cache()
856 if (tc_type == kTCTypeStatic) { in load_static_trust_cache()
/xnu-8792.41.9/bsd/vm/ !
H A Dvm_unix.c2419 TCType_t tc_type = kTCTypeInvalid; in shared_region_map_and_slide_setup() local
2420 TCReturn_t tc_ret = amfi->TrustCache.queryGetTCType(&qt, &tc_type); in shared_region_map_and_slide_setup()
2422 (tc_type == kTCTypeCryptex1BootOS || in shared_region_map_and_slide_setup()
2423 tc_type == kTCTypeStatic || in shared_region_map_and_slide_setup()
2424 tc_type == kTCTypeEngineering)); in shared_region_map_and_slide_setup()