Home
last modified time | relevance | path

Searched refs:GD_FLG_FULL_MALLOC_INIT (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/u-boot/common/usbplug/
H A Dusbplug.c17 gd->flags |= GD_FLG_RELOC | GD_FLG_FULL_MALLOC_INIT; in initr_reloc()
/OK3568_Linux_fs/u-boot/board/freescale/c29xpcie/
H A Dspl.c61 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/OK3568_Linux_fs/u-boot/board/freescale/t4rdb/
H A Dspl.c84 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/OK3568_Linux_fs/u-boot/board/freescale/b4860qds/
H A Dspl.c95 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/OK3568_Linux_fs/u-boot/board/freescale/p1010rdb/
H A Dspl.c77 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/OK3568_Linux_fs/u-boot/board/freescale/t208xrdb/
H A Dspl.c81 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/OK3568_Linux_fs/u-boot/board/freescale/p1_p2_rdb_pc/
H A Dspl.c83 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/OK3568_Linux_fs/u-boot/board/freescale/t104xrdb/
H A Dspl.c103 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/OK3568_Linux_fs/u-boot/board/freescale/t208xqds/
H A Dspl.c111 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/OK3568_Linux_fs/u-boot/board/freescale/p1022ds/
H A Dspl.c91 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/OK3568_Linux_fs/u-boot/board/freescale/t4qds/
H A Dspl.c120 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/OK3568_Linux_fs/u-boot/board/freescale/t102xqds/
H A Dspl.c125 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dglobal_data.h176 #define GD_FLG_FULL_MALLOC_INIT 0x00200 /* Full malloc() is ready */ macro
/OK3568_Linux_fs/u-boot/board/freescale/t102xrdb/
H A Dspl.c112 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/OK3568_Linux_fs/u-boot/common/
H A Ddlmalloc.c1258 if (!(gd->flags & GD_FLG_FULL_MALLOC_INIT))
1527 if (!(gd->flags & GD_FLG_FULL_MALLOC_INIT))
1686 if (!(gd->flags & GD_FLG_FULL_MALLOC_INIT)) {
2082 if (!(gd->flags & GD_FLG_FULL_MALLOC_INIT)) {
H A Dboard_r.c111 gd->flags |= GD_FLG_RELOC | GD_FLG_FULL_MALLOC_INIT; in initr_reloc()
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl.c531 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()