Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/arm/
H A Dtrustcache.c188 (TC_LOOKUP_FOUND << TC_LOOKUP_RESULT_SHIFT); in lookup_in_static_trust_cache()
195 (TC_LOOKUP_FOUND << TC_LOOKUP_RESULT_SHIFT); in lookup_in_static_trust_cache()
210 (TC_LOOKUP_FOUND << TC_LOOKUP_RESULT_SHIFT); in lookup_in_static_trust_cache()
/xnu-8020.101.4/osfmk/kern/
H A Dtrustcache.h93 #define TC_LOOKUP_FOUND 1 macro
/xnu-8020.101.4/bsd/vm/
H A Dvm_unix.c2351 boolean_t in_trust_cache = result & (TC_LOOKUP_FOUND << TC_LOOKUP_RESULT_SHIFT); in shared_region_map_and_slide_setup()