Home
last modified time | relevance | path

Searched refs:trust_cache (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/bsd/kern/
H A Dkern_trustcache.c515 assert(trust_cache != NULL); in xnu_load_trust_cache()
537 trust_cache, in xnu_load_trust_cache()
560 trust_cache = NULL; in xnu_load_trust_cache()
574 assert(trust_cache != NULL); in xnu_load_legacy_trust_cache()
589 trust_cache, in xnu_load_legacy_trust_cache()
611 trust_cache = NULL; in xnu_load_legacy_trust_cache()
1095 TrustCache_t *trust_cache = NULL; in load_static_trust_cache() local
1112 trust_cache = &trust_cache_static0; in load_static_trust_cache()
1118 trust_cache = &trust_cache_static1; in load_static_trust_cache()
1130 assert(trust_cache != NULL); in load_static_trust_cache()
[all …]
/xnu-11215/osfmk/vm/
H A Dpmap_cs.h106 TrustCache_t trust_cache; member
/xnu-11215/osfmk/arm/pmap/
H A Dpmap.c13063 TrustCache_t *trust_cache = &payload->trust_cache; local
13064 trust_cache = (TrustCache_t*)phystokv(kvtophys_nofail((vm_offset_t)trust_cache));
13078 trust_cache,
13099 trust_cache = NULL;