Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Dkern_trustcache.c190 TrustCacheQueryToken_t *query_token) in ppl_query_trust_cache() argument
196 return pmap_query_trust_cache(query_type, cdhash, query_token); in ppl_query_trust_cache()
401 TrustCacheQueryToken_t *query_token) in xnu_query_trust_cache() argument
430 query_token); in xnu_query_trust_cache()
655 TrustCacheQueryToken_t *query_token) in query_trust_cache() argument
665 ret = ppl_query_trust_cache(query_type, cdhash, query_token); in query_trust_cache()
667 ret = xnu_query_trust_cache(query_type, cdhash, query_token); in query_trust_cache()
/xnu-8792.41.9/osfmk/vm/
H A Dpmap_cs.h132 TrustCacheQueryToken_t *query_token);
143 TrustCacheQueryToken_t *query_token);
/xnu-8792.41.9/bsd/sys/
H A Dtrust_caches.h142 TrustCacheQueryToken_t *query_token);
/xnu-8792.41.9/osfmk/arm/pmap/
H A Dpmap.c1142 TrustCacheQueryToken_t * query_token), PMAP_QUERY_TRUST_CACHE_INDEX);
12466 TrustCacheQueryToken_t *query_token) argument
12495 query_token);
12517 TrustCacheQueryToken_t *query_token) argument
12529 if (query_token != NULL) {
12530 pmap_pin_kernel_pages((vm_offset_t)query_token, sizeof(*query_token));
12531 memcpy((void*)query_token, (void*)&query_token_safe, sizeof(*query_token));
12532 pmap_unpin_kernel_pages((vm_offset_t)query_token, sizeof(*query_token));
12542 TrustCacheQueryToken_t *query_token) argument
12549 query_token);
[all …]