Searched refs:IMAGE_STATE_INTERRUPTED (Results 1 – 2 of 2) sorted by relevance
574 image_desc->state = IMAGE_STATE_INTERRUPTED; in bl1_fwu_image_resume()577 assert(image_desc->state == IMAGE_STATE_INTERRUPTED); in bl1_fwu_image_resume()701 case IMAGE_STATE_INTERRUPTED: in bl1_fwu_image_reset()
24 #define IMAGE_STATE_INTERRUPTED U(5) macro