Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/c29xpcie/
H A Dspl.c60 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/openbmc/u-boot/board/freescale/t4rdb/
H A Dspl.c83 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/openbmc/u-boot/board/freescale/b4860qds/
H A Dspl.c94 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/openbmc/u-boot/board/freescale/t208xrdb/
H A Dspl.c80 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/openbmc/u-boot/board/freescale/p1010rdb/
H A Dspl.c76 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/
H A Dspl.c82 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/openbmc/u-boot/include/asm-generic/
H A Dglobal_data.h157 #define GD_FLG_FULL_MALLOC_INIT 0x00200 /* Full malloc() is ready */ macro
/openbmc/u-boot/board/freescale/t208xqds/
H A Dspl.c110 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/openbmc/u-boot/board/freescale/t104xrdb/
H A Dspl.c102 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/openbmc/u-boot/board/freescale/p1022ds/
H A Dspl.c90 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/openbmc/u-boot/board/freescale/t4qds/
H A Dspl.c119 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/openbmc/u-boot/board/freescale/t102xrdb/
H A Dspl.c111 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/openbmc/u-boot/board/freescale/t102xqds/
H A Dspl.c124 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()
/openbmc/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)) {
1895 if (!(gd->flags & GD_FLG_FULL_MALLOC_INIT)) {
2089 if (!(gd->flags & GD_FLG_FULL_MALLOC_INIT)) {
H A Dboard_r.c99 gd->flags |= GD_FLG_RELOC | GD_FLG_FULL_MALLOC_INIT; in initr_reloc()
/openbmc/u-boot/common/spl/
H A Dspl.c645 gd->flags |= GD_FLG_FULL_MALLOC_INIT; in board_init_r()