Home
last modified time | relevance | path

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

/xnu-8796.121.2/EXTERNAL_HEADERS/TrustCache/
H A DAPI.h123 TrustCacheQueryToken_t *queryToken);
156 trustCacheQueryGetTCType(const TrustCacheQueryToken_t *queryToken,
163 trustCacheQueryGetCapabilities(const TrustCacheQueryToken_t *queryToken,
170 trustCacheQueryGetHashType(const TrustCacheQueryToken_t *queryToken,
177 trustCacheQueryGetFlags(const TrustCacheQueryToken_t *queryToken,
184 trustCacheQueryGetConstraintCategory(const TrustCacheQueryToken_t *queryToken,
H A DTypes.h276 } TrustCacheQueryToken_t; typedef
/xnu-8796.121.2/libkern/libkern/amfi/
H A Damfi.h170 TrustCacheQueryToken_t *queryToken
190 const TrustCacheQueryToken_t *queryToken,
195 const TrustCacheQueryToken_t *queryToken,
200 const TrustCacheQueryToken_t *queryToken,
205 const TrustCacheQueryToken_t *queryToken,
210 const TrustCacheQueryToken_t *queryToken,
/xnu-8796.121.2/osfmk/vm/
H A Dpmap_cs.h142 TrustCacheQueryToken_t *query_token);
153 TrustCacheQueryToken_t *query_token);
/xnu-8796.121.2/bsd/sys/
H A Dtrust_caches.h154 TrustCacheQueryToken_t *query_token);
/xnu-8796.121.2/bsd/kern/
H A Dkern_trustcache.c197 TrustCacheQueryToken_t *query_token) in ppl_query_trust_cache()
398 TrustCacheQueryToken_t *query_token) in xnu_query_trust_cache()
690 TrustCacheQueryToken_t *query_token) in query_trust_cache()
/xnu-8796.121.2/osfmk/arm/pmap/
H A Dpmap.c1166 TrustCacheQueryToken_t * query_token), PMAP_QUERY_TRUST_CACHE_INDEX);
12581 TrustCacheQueryToken_t *query_token)
12620 TrustCacheQueryToken_t *query_token)
12623 TrustCacheQueryToken_t query_token_safe = {0};
12645 TrustCacheQueryToken_t *query_token)
13447 TrustCacheQueryToken_t query_token = {0};
/xnu-8796.121.2/bsd/vm/
H A Dvm_unix.c2436 TrustCacheQueryToken_t qt; in shared_region_map_and_slide_setup()