Home
last modified time | relevance | path

Searched refs:kTCTypeEngineering (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.41.9/EXTERNAL_HEADERS/TrustCache/
H A DTypes.h26 kTCTypeEngineering = 0x01, enumerator
H A DTypesConfig.h174 [kTCTypeEngineering] = {
/xnu-8792.41.9/bsd/kern/
H A Dkern_trustcache.c565 if ((type == kTCTypeStatic) || (type == kTCTypeEngineering) || (type == kTCTypeLegacy)) { in load_trust_cache_with_type()
807 TCType_t tc_type = kTCTypeEngineering; in load_static_trust_cache()
835 if (tc_type == kTCTypeEngineering) { in load_static_trust_cache()
/xnu-8792.41.9/bsd/vm/
H A Dvm_unix.c2424 tc_type == kTCTypeEngineering)); in shared_region_map_and_slide_setup()
/xnu-8792.41.9/osfmk/arm/pmap/
H A Dpmap.c12332 if ((type == kTCTypeStatic) || (type == kTCTypeEngineering) || (type == kTCTypeLegacy)) {