Home
last modified time | relevance | path

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

/u-boot/common/init/
A Dboard_init.c46 CONFIG_VAL(SIZE_LIMIT_PROVIDE_STACK); in board_init_f_init_stack_protection()
49 memset((void *)stack_bottom, CONFIG_VAL(SYS_STACK_F_CHECK_BYTE), in board_init_f_init_stack_protection()
50 CONFIG_VAL(SIZE_LIMIT_PROVIDE_STACK) - 0x20); in board_init_f_init_stack_protection()
81 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in board_init_f_alloc_reserve()
82 top -= CONFIG_VAL(SYS_MALLOC_F_LEN); in board_init_f_alloc_reserve()
160 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in board_init_f_init_reserve()
/u-boot/arch/arm/lib/
A Dbdinfo.c48 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in arch_print_bdinfo()
50 CONFIG_VAL(SYS_MALLOC_F_LEN)); in arch_print_bdinfo()
/u-boot/include/linux/
A Dkconfig.h56 #define CONFIG_VAL(option) config_val(option) macro
75 __concat(__unwrap, config_enabled(CONFIG_VAL(option))) (case1, case0)
/u-boot/arch/sh/lib/
A Dstart.S56 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
76 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
/u-boot/common/spl/
A Dspl.c393 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in spl_common_init()
398 gd->malloc_limit = CONFIG_VAL(SYS_MALLOC_F_LEN); in spl_common_init()
731 #if CONFIG_VAL(SYS_MALLOC_F_LEN) && !defined(CONFIG_SYS_SPL_MALLOC_SIZE) in board_init_r()
780 ulong stack_bottom = init_sp - CONFIG_VAL(SIZE_LIMIT_PROVIDE_STACK); in spl_relocate_stack_check()
784 for (i = 0; i < CONFIG_VAL(SIZE_LIMIT_PROVIDE_STACK); i++) { in spl_relocate_stack_check()
785 if (*ptr != CONFIG_VAL(SYS_STACK_F_CHECK_BYTE)) in spl_relocate_stack_check()
790 CONFIG_VAL(SIZE_LIMIT_PROVIDE_STACK) - i); in spl_relocate_stack_check()
821 #if defined(CONFIG_SPL_SYS_MALLOC_SIMPLE) && CONFIG_VAL(SYS_MALLOC_F_LEN) in spl_relocate_stack_gd()
/u-boot/lib/
A Dasm-offsets.c32 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in main()
A Dfdtdec.c1190 size_t sz_out = CONFIG_VAL(MULTI_DTB_FIT_UNCOMPRESS_SZ); in uncompress_blob()
1215 dst = (void *)CONFIG_VAL(MULTI_DTB_FIT_USER_DEF_ADDR); in uncompress_blob()
/u-boot/arch/mips/cpu/
A Dstart.S53 #if CONFIG_VAL(SYS_MALLOC_F_LEN) && \
55 li t2, CONFIG_VAL(SYS_MALLOC_F_LEN)
70 #if CONFIG_VAL(SYS_MALLOC_F_LEN) && \
/u-boot/common/
A Dmalloc_simple.c82 CONFIG_VAL(SYS_MALLOC_F_LEN) - gd->malloc_ptr); in malloc_simple_info()
A Ddlmalloc.c1294 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
1562 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
1722 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
1931 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
2124 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
2425 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in initf_malloc()
2427 gd->malloc_limit = CONFIG_VAL(SYS_MALLOC_F_LEN); in initf_malloc()
A Dboard_r.c221 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in initr_malloc()
A Dbootstage.c26 RECORD_COUNT = CONFIG_VAL(BOOTSTAGE_RECORD_COUNT),
A Dboard_f.c770 #if defined(CONFIG_DM) && CONFIG_VAL(SYS_MALLOC_F_LEN) in initf_dm()
/u-boot/include/dm/
A Ddevice_compat.h53 else if (level < CONFIG_VAL(LOGLEVEL)) \
/u-boot/lib/efi/
A Defi_app.c56 gd->malloc_base = (ulong)efi_malloc(priv, CONFIG_VAL(SYS_MALLOC_F_LEN), in setup_memory()
/u-boot/include/asm-generic/
A Dglobal_data.h288 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
/u-boot/arch/arm/mach-k3/
A Dam6_init.c195 pool_size = CONFIG_VAL(SYS_MALLOC_F_LEN) - gd->malloc_ptr; in board_init_f()
/u-boot/include/
A Dlog.h158 #define _LOG_MAX_LEVEL CONFIG_VAL(LOG_MAX_LEVEL)
/u-boot/arch/sandbox/cpu/
A Dstart.c477 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in main()
/u-boot/arch/powerpc/cpu/mpc83xx/
A Dstart.S258 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
260 #if CONFIG_VAL(SYS_MALLOC_F_LEN) + GENERATED_GBL_DATA_SIZE > CONFIG_SYS_INIT_RAM_SIZE
265 subi r3, r3, CONFIG_VAL(SYS_MALLOC_F_LEN)
/u-boot/drivers/serial/
A Dserial-uclass.c28 #if !CONFIG_VAL(SYS_MALLOC_F_LEN)
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dstart.S1152 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
1153 #if CONFIG_VAL(SYS_MALLOC_F_LEN) + GENERATED_GBL_DATA_SIZE > CONFIG_SYS_INIT_RAM_SIZE
1158 subi r3,r3,((CONFIG_VAL(SYS_MALLOC_F_LEN)+16+15)&~0xf)
1172 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
/u-boot/scripts/
A Dconfig_whitelist.txt3939 CONFIG_VAL

Completed in 45 milliseconds