Searched refs:aux_manifest_len_aligned (Results 1 – 1 of 1) sorted by relevance
342 vm_size_t aux_manifest_len_aligned = 0; in ppl_load_trust_cache() local350 aux_manifest_len_aligned = round_page(img4_aux_manifest_len); in ppl_load_trust_cache()371 if (aux_manifest_len_aligned != 0) { in ppl_load_trust_cache()373 ret = kmem_alloc(kernel_map, &aux_manifest_addr, aux_manifest_len_aligned, in ppl_load_trust_cache()391 kmem_free(kernel_map, aux_manifest_addr, aux_manifest_len_aligned); in ppl_load_trust_cache()393 aux_manifest_len_aligned = 0; in ppl_load_trust_cache()