Home
last modified time | relevance | path

Searched refs:CONFIG_VAL (Results 1 – 22 of 22) sorted by relevance

/openbmc/u-boot/common/init/
H A Dboard_init.c48 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in board_init_f_alloc_reserve()
49 top -= CONFIG_VAL(SYS_MALLOC_F_LEN); in board_init_f_alloc_reserve()
123 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in board_init_f_init_reserve()
127 base += CONFIG_VAL(SYS_MALLOC_F_LEN); in board_init_f_init_reserve()
/openbmc/u-boot/include/linux/
H A Dkconfig.h79 #define CONFIG_VAL(option) config_val(option) macro
88 (config_enabled(CONFIG_VAL(option)) || \
89 config_enabled(CONFIG_VAL(option##_MODULE)))
97 #define CONFIG_IS_BUILTIN(option) config_enabled(CONFIG_VAL(option))
105 #define CONFIG_IS_MODULE(option) config_enabled(CONFIG_VAL(option##_MODULE))
/openbmc/u-boot/arch/mips/cpu/
H A Dstart.S62 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
63 li t2, CONFIG_VAL(SYS_MALLOC_F_LEN)
77 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
/openbmc/u-boot/arch/microblaze/cpu/
H A Dstart.S33 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
34 addi r1, r0, CONFIG_SYS_INIT_SP_OFFSET - CONFIG_VAL(SYS_MALLOC_F_LEN)
164 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
171 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
/openbmc/u-boot/lib/
H A Dasm-offsets.c30 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in main()
H A Dfdtdec.c1194 dst = (void *)CONFIG_VAL(MULTI_DTB_FIT_USER_DEF_ADDR); in uncompress_blob()
/openbmc/u-boot/common/spl/
H A Dspl.c386 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in spl_common_init()
391 gd->malloc_limit = CONFIG_VAL(SYS_MALLOC_F_LEN); in spl_common_init()
728 #if CONFIG_VAL(SYS_MALLOC_F_LEN) && !defined(CONFIG_SYS_SPL_MALLOC_SIZE) in board_init_r()
792 #if defined(CONFIG_SPL_SYS_MALLOC_SIMPLE) && CONFIG_VAL(SYS_MALLOC_F_LEN) in spl_relocate_stack_gd()
/openbmc/u-boot/common/
H A Dmalloc_simple.c80 CONFIG_VAL(SYS_MALLOC_F_LEN) - gd->malloc_ptr); in malloc_simple_info()
H A Ddlmalloc.c1257 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
1525 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
1685 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
1894 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
2088 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
2389 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in initf_malloc()
2391 gd->malloc_limit = CONFIG_VAL(SYS_MALLOC_F_LEN); in initf_malloc()
H A Dboard_f.c799 #if defined(CONFIG_CONSOLE_RECORD) && CONFIG_VAL(SYS_MALLOC_F_LEN) in initf_console_record()
808 #if defined(CONFIG_DM) && CONFIG_VAL(SYS_MALLOC_F_LEN) in initf_dm()
H A Dboard_r.c236 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in initr_malloc()
H A Dbootstage.c20 RECORD_COUNT = CONFIG_VAL(BOOTSTAGE_RECORD_COUNT),
/openbmc/u-boot/include/asm-generic/
H A Dglobal_data.h97 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
/openbmc/u-boot/lib/efi/
H A Defi_app.c52 gd->malloc_base = (ulong)efi_malloc(priv, CONFIG_VAL(SYS_MALLOC_F_LEN), in setup_memory()
/openbmc/u-boot/cmd/
H A Dbdinfo.c346 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in do_bdinfo()
348 CONFIG_VAL(SYS_MALLOC_F_LEN)); in do_bdinfo()
/openbmc/u-boot/include/
H A Dlog.h94 #define _LOG_MAX_LEVEL CONFIG_VAL(LOG_MAX_LEVEL)
/openbmc/u-boot/arch/sandbox/cpu/
H A Dstart.c345 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in main()
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dstart.S266 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
268 #if CONFIG_VAL(SYS_MALLOC_F_LEN) + GENERATED_GBL_DATA_SIZE > CONFIG_SYS_INIT_RAM_SIZE
273 subi r3, r3, CONFIG_VAL(SYS_MALLOC_F_LEN)
/openbmc/u-boot/drivers/serial/
H A Dserial-uclass.c25 #if !CONFIG_VAL(SYS_MALLOC_F_LEN)
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dstart.S1185 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
1186 #if CONFIG_VAL(SYS_MALLOC_F_LEN) + GENERATED_GBL_DATA_SIZE > CONFIG_SYS_INIT_RAM_SIZE
1191 subi r3,r3,((CONFIG_VAL(SYS_MALLOC_F_LEN)+16+15)&~0xf)
1205 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
/openbmc/u-boot/include/dm/
H A Ddevice.h984 if (level < CONFIG_VAL(LOGLEVEL)) \
/openbmc/u-boot/scripts/
H A Dconfig_whitelist.txt4572 CONFIG_VAL