Home
last modified time | relevance | path

Searched refs:TrustCacheQueryToken_t (Results 1 – 8 of 8) sorted by relevance

/xnu-8792.81.2/EXTERNAL_HEADERS/TrustCache/
H A DAPI.h92 TrustCacheQueryToken_t *queryToken);
108 trustCacheQueryGetTCType(const TrustCacheQueryToken_t *queryToken,
115 trustCacheQueryGetCapabilities(const TrustCacheQueryToken_t *queryToken,
122 trustCacheQueryGetHashType(const TrustCacheQueryToken_t *queryToken,
129 trustCacheQueryGetFlags(const TrustCacheQueryToken_t *queryToken,
136 trustCacheQueryGetConstraintCategory(const TrustCacheQueryToken_t *queryToken,
H A DTypes.h221 } TrustCacheQueryToken_t; typedef
/xnu-8792.81.2/libkern/libkern/amfi/
H A Damfi.h82 TrustCacheQueryToken_t *queryToken
91 const TrustCacheQueryToken_t *queryToken,
96 const TrustCacheQueryToken_t *queryToken,
101 const TrustCacheQueryToken_t *queryToken,
106 const TrustCacheQueryToken_t *queryToken,
111 const TrustCacheQueryToken_t *queryToken,
/xnu-8792.81.2/osfmk/vm/
H A Dpmap_cs.h132 TrustCacheQueryToken_t *query_token);
143 TrustCacheQueryToken_t *query_token);
/xnu-8792.81.2/bsd/sys/
H A Dtrust_caches.h142 TrustCacheQueryToken_t *query_token);
/xnu-8792.81.2/bsd/kern/
H A Dkern_trustcache.c190 TrustCacheQueryToken_t *query_token) in ppl_query_trust_cache()
401 TrustCacheQueryToken_t *query_token) in xnu_query_trust_cache()
655 TrustCacheQueryToken_t *query_token) in query_trust_cache()
/xnu-8792.81.2/osfmk/arm/pmap/
H A Dpmap.c1142 TrustCacheQueryToken_t * query_token), PMAP_QUERY_TRUST_CACHE_INDEX);
12471 TrustCacheQueryToken_t *query_token)
12522 TrustCacheQueryToken_t *query_token)
12525 TrustCacheQueryToken_t query_token_safe = {0};
12547 TrustCacheQueryToken_t *query_token)
13080 TrustCacheQueryToken_t query_token = {0};
/xnu-8792.81.2/bsd/vm/
H A Dvm_unix.c2417 TrustCacheQueryToken_t qt; in shared_region_map_and_slide_setup()