Home
last modified time | relevance | path

Searched refs:kTCTypeCryptex1BootOS (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.121.2/EXTERNAL_HEADERS/TrustCache/
H A DTypes.h124 kTCTypeCryptex1BootOS = 0x0D, enumerator
H A DTypesConfig.h297 [kTCTypeCryptex1BootOS] = {
/xnu-8796.121.2/bsd/kern/
H A Dkern_trustcache.c620 if ((type == kTCTypeCryptex1BootOS) && boot_os_tc_loaded) { in load_trust_cache_with_type()
645 if (type == kTCTypeCryptex1BootOS) { in load_trust_cache_with_type()
/xnu-8796.121.2/bsd/vm/
H A Dvm_unix.c2441 (tc_type == kTCTypeCryptex1BootOS || in shared_region_map_and_slide_setup()