Searched refs:aux_manifest_addr (Results 1 – 1 of 1) sorted by relevance
341 vm_address_t aux_manifest_addr = 0; in ppl_load_trust_cache() local373 ret = kmem_alloc(kernel_map, &aux_manifest_addr, aux_manifest_len_aligned, in ppl_load_trust_cache()379 memcpy((void*)aux_manifest_addr, img4_aux_manifest, img4_aux_manifest_len); in ppl_load_trust_cache()387 aux_manifest_addr, img4_aux_manifest_len); in ppl_load_trust_cache()390 if (aux_manifest_addr != 0) { in ppl_load_trust_cache()391 kmem_free(kernel_map, aux_manifest_addr, aux_manifest_len_aligned); in ppl_load_trust_cache()392 aux_manifest_addr = 0; in ppl_load_trust_cache()