Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/kern/
H A Dkern_trustcache.c822 const uintptr_t tc_region_end = (uintptr_t)tc_offsets + tc_segment_length; in load_static_trust_cache() local
835 } else if (tc_module >= tc_region_end) { in load_static_trust_cache()
837 i, (unsigned long)tc_module, tc_region_end); in load_static_trust_cache()
841 const size_t buffer_length = tc_region_end - tc_module; in load_static_trust_cache()