Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dkern_trustcache.c261 TrustCacheQueryToken_t *query_token) in txm_query_trust_cache() argument
272 if (query_token) { in txm_query_trust_cache()
273 query_token->trustCache = (const TrustCache_t*)txm_call.return_words[0]; in txm_query_trust_cache()
274 query_token->trustCacheEntry = (const void*)txm_call.return_words[1]; in txm_query_trust_cache()
528 TrustCacheQueryToken_t *query_token) in ppl_query_trust_cache() argument
534 return pmap_query_trust_cache(query_type, cdhash, query_token); in ppl_query_trust_cache()
735 TrustCacheQueryToken_t *query_token) in xnu_query_trust_cache() argument
752 query_token); in xnu_query_trust_cache()
1073 TrustCacheQueryToken_t *query_token) in query_trust_cache() argument
1083 ret = txm_query_trust_cache(query_type, cdhash, query_token); in query_trust_cache()
[all …]
/xnu-12377.1.9/osfmk/vm/
H A Dpmap_cs.h161 TrustCacheQueryToken_t *query_token);
172 TrustCacheQueryToken_t *query_token);
/xnu-12377.1.9/bsd/sys/
H A Dtrust_caches.h169 TrustCacheQueryToken_t *query_token);
/xnu-12377.1.9/osfmk/arm/pmap/
H A Dpmap.c1239 TrustCacheQueryToken_t * query_token), PMAP_QUERY_TRUST_CACHE_INDEX);
13177 TrustCacheQueryToken_t *query_token) argument
13194 query_token);
13216 TrustCacheQueryToken_t *query_token) argument
13228 if (query_token != NULL) {
13229 pmap_pin_kernel_pages((vm_offset_t)query_token, sizeof(*query_token));
13230 memcpy((void*)query_token, (void*)&query_token_safe, sizeof(*query_token));
13231 pmap_unpin_kernel_pages((vm_offset_t)query_token, sizeof(*query_token));
13241 TrustCacheQueryToken_t *query_token) argument
13248 query_token);
[all …]
/xnu-12377.1.9/osfmk/arm64/sptm/pmap/
H A Dpmap.c11951 TrustCacheQueryToken_t query_token = {0}; local
11959 &query_token);
11962 amfi->TrustCache.queryGetFlags(&query_token, &flags);
11963 amfi->TrustCache.queryGetHashType(&query_token, &hash_type);