Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Dkern_trustcache.c734 const DTTrustCacheRange *tc_range = NULL; in load_static_trust_cache() local
765 err = SecureDTGetProperty(memory_map, "TrustCache", (const void **)&tc_range, &tc_dt_prop_length); in load_static_trust_cache()
772 tc_offsets = (void*)phystokv(tc_range->paddr); in load_static_trust_cache()
773 tc_segment_length = tc_range->length; in load_static_trust_cache()