Lines Matching refs: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) in bl1_fwu_smc_handler() argument
71 (uint32_t)x3, (uint32_t)x4, flags)); in bl1_fwu_smc_handler()
75 (uint32_t)x3, flags)); in bl1_fwu_smc_handler()
79 flags)); in bl1_fwu_smc_handler()
83 flags)); in bl1_fwu_smc_handler()
86 SMC_RET1(handle, bl1_fwu_sec_image_done(&handle, flags)); in bl1_fwu_smc_handler()
89 SMC_RET1(handle, bl1_fwu_image_reset((uint32_t)x1, flags)); in bl1_fwu_smc_handler()
228 unsigned int flags) in bl1_fwu_image_copy() argument
245 if (GET_SECURITY_STATE(flags) == SECURE) { in bl1_fwu_image_copy()
332 if (bl1_plat_mem_check(image_src, block_size, flags) != 0) { in bl1_fwu_image_copy()
370 unsigned int flags) in bl1_fwu_image_auth() argument
382 if (GET_SECURITY_STATE(flags) == SECURE) { in bl1_fwu_image_auth()
505 unsigned int flags) in bl1_fwu_image_execute() argument
519 (GET_SECURITY_STATE(flags) == SECURE) || in bl1_fwu_image_execute()
554 unsigned int flags) in bl1_fwu_image_resume() argument
558 unsigned int caller_sec_state = GET_SECURITY_STATE(flags); in bl1_fwu_image_resume()
619 static int bl1_fwu_sec_image_done(void **handle, unsigned int flags) in bl1_fwu_sec_image_done() argument
624 if (GET_SECURITY_STATE(flags) == NON_SECURE) { in bl1_fwu_sec_image_done()
692 static int bl1_fwu_image_reset(unsigned int image_id, unsigned int flags) in bl1_fwu_image_reset() argument
696 if ((desc == NULL) || (GET_SECURITY_STATE(flags) == SECURE)) { in bl1_fwu_image_reset()