Searched refs:query_token (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/bsd/kern/ |
| H A D | kern_trustcache.c | 200 TrustCacheQueryToken_t *query_token) in txm_query_trust_cache() argument 211 if (query_token) { in txm_query_trust_cache() 213 query_token->trustCacheEntry = (const void*)txm_call.return_words[1]; in txm_query_trust_cache() 422 TrustCacheQueryToken_t *query_token) in ppl_query_trust_cache() argument 428 return pmap_query_trust_cache(query_type, cdhash, query_token); in ppl_query_trust_cache() 623 TrustCacheQueryToken_t *query_token) in xnu_query_trust_cache() argument 640 query_token); in xnu_query_trust_cache() 930 TrustCacheQueryToken_t *query_token) in query_trust_cache() argument 940 ret = txm_query_trust_cache(query_type, cdhash, query_token); in query_trust_cache() 942 ret = ppl_query_trust_cache(query_type, cdhash, query_token); in query_trust_cache() [all …]
|
| /xnu-11215/osfmk/vm/ |
| H A D | pmap_cs.h | 161 TrustCacheQueryToken_t *query_token); 172 TrustCacheQueryToken_t *query_token);
|
| /xnu-11215/bsd/sys/ |
| H A D | trust_caches.h | 157 TrustCacheQueryToken_t *query_token);
|
| /xnu-11215/osfmk/arm/pmap/ |
| H A D | pmap.c | 13146 TrustCacheQueryToken_t *query_token) argument 13163 query_token); 13185 TrustCacheQueryToken_t *query_token) argument 13197 if (query_token != NULL) { 13198 pmap_pin_kernel_pages((vm_offset_t)query_token, sizeof(*query_token)); 13199 memcpy((void*)query_token, (void*)&query_token_safe, sizeof(*query_token)); 13200 pmap_unpin_kernel_pages((vm_offset_t)query_token, sizeof(*query_token)); 13210 TrustCacheQueryToken_t *query_token) argument 13217 query_token); 14263 &query_token); [all …]
|
| /xnu-11215/osfmk/arm64/sptm/pmap/ |
| H A D | pmap.c | 11571 TrustCacheQueryToken_t query_token = {0}; local 11579 &query_token); 11582 amfi->TrustCache.queryGetFlags(&query_token, &flags); 11583 amfi->TrustCache.queryGetHashType(&query_token, &hash_type);
|