Lines Matching refs:metadata
453 * metadata
455 * @metadata: pointer to memory containing ELF header, program header table
456 * and optional blob of data used for authenticating the metadata
458 * @size: size of the metadata
459 * @ctx: optional metadata context
463 * Upon successful return, the PAS metadata context (@ctx) will be used to
464 * track the metadata allocation, this needs to be released by invoking
467 int qcom_scm_pas_init_image(u32 peripheral, const void *metadata, size_t size,
490 dev_err(__scm->dev, "Allocation of metadata buffer failed.\n");
493 memcpy(mdata_buf, metadata, size);
524 * qcom_scm_pas_metadata_release() - release metadata context
525 * @ctx: metadata context