Home
last modified time | relevance | path

Searched refs:bootstage_unstash (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/include/
Dbootstage.h341 int bootstage_unstash(const void *base, int size);
414 static inline int bootstage_unstash(const void *base, int size) in bootstage_unstash() function
/external/u-boot/prebuilt-intermediates/
Dbootstage.h341 int bootstage_unstash(const void *base, int size);
414 static inline int bootstage_unstash(const void *base, int size) in bootstage_unstash() function
/external/u-boot/cmd/
Dbootstage.c53 ret = bootstage_unstash((void *)base, size); in do_bootstage_stash()
/external/u-boot/common/
Dbootstage.c428 int bootstage_unstash(const void *base, int size) in bootstage_unstash() function
Dboard_f.c811 ret = bootstage_unstash(stash, CONFIG_BOOTSTAGE_STASH_SIZE); in initf_bootstage()
/external/u-boot/common/spl/
Dspl.c414 ret = bootstage_unstash(stash, CONFIG_BOOTSTAGE_STASH_SIZE); in spl_common_init()