Home
last modified time | relevance | path

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

/xnu-8792.41.9/EXTERNAL_HEADERS/TrustCache/
H A DTypes.h25 kTCTypeStatic = 0x00, enumerator
H A DTypesConfig.h165 [kTCTypeStatic] = {
/xnu-8792.41.9/bsd/kern/
H A Dkern_trustcache.c565 if ((type == kTCTypeStatic) || (type == kTCTypeEngineering) || (type == kTCTypeLegacy)) { in load_trust_cache_with_type()
824 tc_type = kTCTypeStatic; in load_static_trust_cache()
830 tc_type = kTCTypeStatic; 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.c2423 tc_type == kTCTypeStatic || 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)) {