Searched refs:aux_manifest_len_aligned (Results 1 – 1 of 1) sorted by relevance
117 vm_size_t aux_manifest_len_aligned = 0; in ppl_load_trust_cache() local125 aux_manifest_len_aligned = round_page(img4_aux_manifest_len); in ppl_load_trust_cache()146 if (aux_manifest_len_aligned != 0) { in ppl_load_trust_cache()148 ret = kmem_alloc(kernel_map, &aux_manifest_addr, aux_manifest_len_aligned, in ppl_load_trust_cache()166 kmem_free(kernel_map, aux_manifest_addr, aux_manifest_len_aligned); in ppl_load_trust_cache()168 aux_manifest_len_aligned = 0; in ppl_load_trust_cache()