Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/arm/
H A Dtrustcache.c139 lookup_in_trust_cache_module( in lookup_in_trust_cache_module() function
185 if (lookup_in_trust_cache_module(pmap_static_trust_cache, cdhash, &hash_type, &flags)) { in lookup_in_static_trust_cache()
192 lookup_in_trust_cache_module(pmap_secondary_static_trust_cache, cdhash, &hash_type, &flags)) { in lookup_in_static_trust_cache()
207 if (lookup_in_trust_cache_module(module, cdhash, &hash_type, &flags)) { in lookup_in_static_trust_cache()
H A Dpmap.c12106 if (lookup_in_trust_cache_module(cache->module, cdhash, &hash_type, &flags)) {
/xnu-8019.80.24/osfmk/kern/
H A Dtrustcache.h110 bool lookup_in_trust_cache_module(struct trust_cache_module1 const * const module,