Searched refs:aux_manifest_addr (Results 1 – 1 of 1) sorted by relevance
116 vm_address_t aux_manifest_addr = 0; in ppl_load_trust_cache() local148 ret = kmem_alloc(kernel_map, &aux_manifest_addr, aux_manifest_len_aligned, in ppl_load_trust_cache()154 memcpy((void*)aux_manifest_addr, img4_aux_manifest, img4_aux_manifest_len); in ppl_load_trust_cache()162 aux_manifest_addr, img4_aux_manifest_len); in ppl_load_trust_cache()165 if (aux_manifest_addr != 0) { in ppl_load_trust_cache()166 kmem_free(kernel_map, aux_manifest_addr, aux_manifest_len_aligned); in ppl_load_trust_cache()167 aux_manifest_addr = 0; in ppl_load_trust_cache()