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()
231 unsigned int flags) in bl1_fwu_image_copy() argument
248 if (GET_SECURITY_STATE(flags) == SECURE) { in bl1_fwu_image_copy()
335 if (bl1_plat_mem_check(image_src, block_size, flags) != 0) { in bl1_fwu_image_copy()
373 unsigned int flags) in bl1_fwu_image_auth() argument
385 if (GET_SECURITY_STATE(flags) == SECURE) { in bl1_fwu_image_auth()
508 unsigned int flags) in bl1_fwu_image_execute() argument
522 (GET_SECURITY_STATE(flags) == SECURE) || in bl1_fwu_image_execute()
557 unsigned int flags) in bl1_fwu_image_resume() argument
561 unsigned int caller_sec_state = GET_SECURITY_STATE(flags); in bl1_fwu_image_resume()
622 static int bl1_fwu_sec_image_done(void **handle, unsigned int flags) in bl1_fwu_sec_image_done() argument
627 if (GET_SECURITY_STATE(flags) == NON_SECURE) { in bl1_fwu_sec_image_done()
695 static int bl1_fwu_image_reset(unsigned int image_id, unsigned int flags) in bl1_fwu_image_reset() argument
699 if ((desc == NULL) || (GET_SECURITY_STATE(flags) == SECURE)) { in bl1_fwu_image_reset()