Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/arm/
H A Dtrustcache.c49 SECURITY_READ_ONLY_LATE(static struct trust_cache_module1 *)pmap_static_trust_cache = NULL;
52 SECURITY_READ_ONLY_LATE(static struct trust_cache_module1 *)pmap_secondary_static_trust_cache = NUL…
99 struct trust_cache_module1 *module = (struct trust_cache_module1*) in trust_cache_init()
140 struct trust_cache_module1 const * const module, in lookup_in_trust_cache_module()
203 struct trust_cache_module1 const *module = in lookup_in_static_trust_cache()
204 (struct trust_cache_module1 const *)( in lookup_in_static_trust_cache()
/xnu-8020.121.3/osfmk/kern/
H A Dtrustcache.h60 struct trust_cache_module1 { struct
110 bool lookup_in_trust_cache_module(struct trust_cache_module1 const * const module,
/xnu-8020.121.3/osfmk/vm/
H A Dpmap.h883 …struct trust_cache_module1 const *module; // pointer into module (within dat…