Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dbootstage.h345 int bootstage_unstash(const void *base, int size);
418 static inline int bootstage_unstash(const void *base, int size) in bootstage_unstash() function
/OK3568_Linux_fs/u-boot/cmd/
H A Dbootstage.c54 ret = bootstage_unstash((void *)base, size); in do_bootstage_stash()
/OK3568_Linux_fs/u-boot/common/
H A Dbootstage.c417 int bootstage_unstash(const void *base, int size) in bootstage_unstash() function
H A Dboard_f.c773 ret = bootstage_unstash(stash, CONFIG_BOOTSTAGE_STASH_SIZE); in initf_bootstage()