Searched refs:reset_handler (Results 1 – 7 of 7) sorted by relevance
19 void WEAK reset_handler(void);41 reset_handler,75 #pragma weak reset_handler = default_reset_handler macro
23 .globl reset_handler symbol24 func reset_handler44 endfunc reset_handler
24 .globl reset_handler symbol25 func reset_handler47 endfunc reset_handler
277 bl reset_handler
333 bl reset_handler
235 BL1 calls the ``reset_handler()`` function which in turn calls the CPU1290 boot paths. This is done by calling the ``reset_handler()`` function in both
1823 - Unintentional register clobber in AArch32 reset_handler function3244 another Boot ROM ``reset_handler()`` has already run. This enables a developer