Lines Matching defs:flags
33 unsigned int flags);
37 unsigned int flags);
40 unsigned int flags);
43 unsigned int flags);
45 unsigned int flags);
47 unsigned int flags);
65 unsigned int flags)
71 (uint32_t)x3, (uint32_t)x4, flags));
75 (uint32_t)x3, flags));
79 flags));
83 flags));
86 SMC_RET1(handle, bl1_fwu_sec_image_done(&handle, flags));
89 SMC_RET1(handle, bl1_fwu_image_reset((uint32_t)x1, flags));
228 unsigned int flags)
245 if (GET_SECURITY_STATE(flags) == SECURE) {
332 if (bl1_plat_mem_check(image_src, block_size, flags) != 0) {
370 unsigned int flags)
382 if (GET_SECURITY_STATE(flags) == SECURE) {
505 unsigned int flags)
519 (GET_SECURITY_STATE(flags) == SECURE) ||
554 unsigned int flags)
558 unsigned int caller_sec_state = GET_SECURITY_STATE(flags);
579 /* Update the flags. */
585 /* Update the flags. */
619 static int bl1_fwu_sec_image_done(void **handle, unsigned int flags)
624 if (GET_SECURITY_STATE(flags) == NON_SECURE) {
645 /* Update the flags. */
692 static int bl1_fwu_image_reset(unsigned int image_id, unsigned int flags)
696 if ((desc == NULL) || (GET_SECURITY_STATE(flags) == SECURE)) {