Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Dkern_trustcache.c761 const DTTrustCacheRange *tc_range = NULL; in load_static_trust_cache() local
786 err = SecureDTGetProperty(memory_map, "TrustCache", (const void **)&tc_range, &tc_dt_prop_length); in load_static_trust_cache()
793 tc_offsets = (void*)phystokv(tc_range->paddr); in load_static_trust_cache()
794 tc_segment_length = tc_range->length; in load_static_trust_cache()