Searched refs:CONFIG_VAL (Results 1 – 23 of 23) sorted by relevance
| /u-boot/common/init/ |
| A D | board_init.c | 46 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 D | bdinfo.c | 48 #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 D | kconfig.h | 56 #define CONFIG_VAL(option) config_val(option) macro 75 __concat(__unwrap, config_enabled(CONFIG_VAL(option))) (case1, case0)
|
| /u-boot/arch/sh/lib/ |
| A D | start.S | 56 #if CONFIG_VAL(SYS_MALLOC_F_LEN) 76 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
|
| /u-boot/common/spl/ |
| A D | spl.c | 393 #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 D | asm-offsets.c | 32 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in main()
|
| A D | fdtdec.c | 1190 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 D | start.S | 53 #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 D | malloc_simple.c | 82 CONFIG_VAL(SYS_MALLOC_F_LEN) - gd->malloc_ptr); in malloc_simple_info()
|
| A D | dlmalloc.c | 1294 #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 D | board_r.c | 221 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in initr_malloc()
|
| A D | bootstage.c | 26 RECORD_COUNT = CONFIG_VAL(BOOTSTAGE_RECORD_COUNT),
|
| A D | board_f.c | 770 #if defined(CONFIG_DM) && CONFIG_VAL(SYS_MALLOC_F_LEN) in initf_dm()
|
| /u-boot/include/dm/ |
| A D | device_compat.h | 53 else if (level < CONFIG_VAL(LOGLEVEL)) \
|
| /u-boot/lib/efi/ |
| A D | efi_app.c | 56 gd->malloc_base = (ulong)efi_malloc(priv, CONFIG_VAL(SYS_MALLOC_F_LEN), in setup_memory()
|
| /u-boot/include/asm-generic/ |
| A D | global_data.h | 288 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
|
| /u-boot/arch/arm/mach-k3/ |
| A D | am6_init.c | 195 pool_size = CONFIG_VAL(SYS_MALLOC_F_LEN) - gd->malloc_ptr; in board_init_f()
|
| /u-boot/include/ |
| A D | log.h | 158 #define _LOG_MAX_LEVEL CONFIG_VAL(LOG_MAX_LEVEL)
|
| /u-boot/arch/sandbox/cpu/ |
| A D | start.c | 477 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in main()
|
| /u-boot/arch/powerpc/cpu/mpc83xx/ |
| A D | start.S | 258 #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 D | serial-uclass.c | 28 #if !CONFIG_VAL(SYS_MALLOC_F_LEN)
|
| /u-boot/arch/powerpc/cpu/mpc85xx/ |
| A D | start.S | 1152 #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 D | config_whitelist.txt | 3939 CONFIG_VAL
|
Completed in 45 milliseconds