Lines Matching defs:policy
119 * an image. Use this to enforce platform load policy */
124 const struct plat_io_policy *policy;
126 policy = FCONF_GET_PROPERTY(arm, io_policies, image_id);
127 result = policy->check(policy->image_spec);
129 *image_spec = policy->image_spec;
130 *dev_handle = *(policy->dev_handle);
152 * details in the I/O policy of the requested image.
154 * @image_id: image id whose I/O policy to be updated
172 struct plat_io_policy *policy = FCONF_GET_PROPERTY(arm,
176 assert(policy != NULL);
177 assert(policy->image_spec != 0UL);
179 io_block_spec_t *spec = (io_block_spec_t *)policy->image_spec;
184 *dev_handle = *(policy->dev_handle);
185 *image_spec = policy->image_spec;
191 * Set the source offset and length of the FIP image in its I/O policy.
217 * bank to get its offset and length, and update these details in the I/O policy
227 * and length, and update these details in the I/O policy of the requested FWU