Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Dkern_trustcache.c109 vm_address_t aux_manifest_addr = 0; in ppl_load_trust_cache() local
141 ret = kmem_alloc(kernel_map, &aux_manifest_addr, aux_manifest_len_aligned, in ppl_load_trust_cache()
147 memcpy((void*)aux_manifest_addr, img4_aux_manifest, img4_aux_manifest_len); in ppl_load_trust_cache()
155 aux_manifest_addr, img4_aux_manifest_len); in ppl_load_trust_cache()
158 if (aux_manifest_addr != 0) { in ppl_load_trust_cache()
159 kmem_free(kernel_map, aux_manifest_addr, aux_manifest_len_aligned); in ppl_load_trust_cache()
160 aux_manifest_addr = 0; in ppl_load_trust_cache()