Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dbootstage.h331 int bootstage_stash(void *base, int size);
413 static inline int bootstage_stash(void *base, int size) in bootstage_stash() function
/OK3568_Linux_fs/u-boot/cmd/
H A Dbootstage.c52 ret = bootstage_stash((void *)base, size); in do_bootstage_stash()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/
H A Dcpu.c64 bootstage_stash((void *)CONFIG_BOOTSTAGE_STASH_ADDR, in x86_cleanup_before_linux()
/OK3568_Linux_fs/u-boot/common/
H A Dbootstage.c362 int bootstage_stash(void *base, int size) in bootstage_stash() function
H A DKconfig95 This happens through a call to bootstage_stash(), typically in
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl.c641 ret = bootstage_stash((void *)CONFIG_BOOTSTAGE_STASH_ADDR, in board_init_r()