Searched refs:CONFIG_VAL (Results 1 – 23 of 23) sorted by relevance
/third_party/uboot/u-boot-2020.01/common/init/ |
D | board_init.c | 30 CONFIG_VAL(SIZE_LIMIT_PROVIDE_STACK); in board_init_f_init_stack_protection() 33 memset((void *)stack_bottom, CONFIG_VAL(SYS_STACK_F_CHECK_BYTE), in board_init_f_init_stack_protection() 34 CONFIG_VAL(SIZE_LIMIT_PROVIDE_STACK) - 0x20); in board_init_f_init_stack_protection() 65 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in board_init_f_alloc_reserve() 66 top -= CONFIG_VAL(SYS_MALLOC_F_LEN); in board_init_f_alloc_reserve() 140 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in board_init_f_init_reserve() 144 base += CONFIG_VAL(SYS_MALLOC_F_LEN); in board_init_f_init_reserve()
|
/third_party/uboot/u-boot-2020.01/include/linux/ |
D | kconfig.h | 80 #define CONFIG_VAL(option) config_val(option) macro 90 (config_enabled(CONFIG_VAL(option)) || \ 91 config_enabled(CONFIG_VAL(option##_MODULE))) 99 #define CONFIG_IS_BUILTIN(option) config_enabled(CONFIG_VAL(option)) 107 #define CONFIG_IS_MODULE(option) config_enabled(CONFIG_VAL(option##_MODULE))
|
/third_party/uboot/u-boot-2020.01/common/spl/ |
D | spl.c | 394 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in spl_common_init() 399 gd->malloc_limit = CONFIG_VAL(SYS_MALLOC_F_LEN); in spl_common_init() 720 #if CONFIG_VAL(SYS_MALLOC_F_LEN) && !defined(CONFIG_SYS_SPL_MALLOC_SIZE) in board_init_r() 769 ulong stack_bottom = init_sp - CONFIG_VAL(SIZE_LIMIT_PROVIDE_STACK); in spl_relocate_stack_check() 773 for (i = 0; i < CONFIG_VAL(SIZE_LIMIT_PROVIDE_STACK); i++) { in spl_relocate_stack_check() 774 if (*ptr != CONFIG_VAL(SYS_STACK_F_CHECK_BYTE)) in spl_relocate_stack_check() 779 CONFIG_VAL(SIZE_LIMIT_PROVIDE_STACK) - i); in spl_relocate_stack_check() 810 #if defined(CONFIG_SPL_SYS_MALLOC_SIMPLE) && CONFIG_VAL(SYS_MALLOC_F_LEN) in spl_relocate_stack_gd()
|
/third_party/uboot/u-boot-2020.01/arch/mips/cpu/ |
D | start.S | 62 #if CONFIG_VAL(SYS_MALLOC_F_LEN) 63 li t2, CONFIG_VAL(SYS_MALLOC_F_LEN) 77 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
|
/third_party/uboot/u-boot-2020.01/arch/microblaze/cpu/ |
D | start.S | 33 #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)
|
/third_party/uboot/u-boot-2020.01/lib/ |
D | asm-offsets.c | 30 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in main()
|
D | fdtdec.c | 1133 size_t sz_out = CONFIG_VAL(MULTI_DTB_FIT_UNCOMPRESS_SZ); in uncompress_blob() 1158 dst = (void *)CONFIG_VAL(MULTI_DTB_FIT_USER_DEF_ADDR); in uncompress_blob()
|
/third_party/uboot/u-boot-2020.01/common/ |
D | malloc_simple.c | 80 CONFIG_VAL(SYS_MALLOC_F_LEN) - gd->malloc_ptr); in malloc_simple_info()
|
D | dlmalloc.c | 1257 #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) 2087 #if CONFIG_VAL(SYS_MALLOC_F_LEN) 2388 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in initf_malloc() 2390 gd->malloc_limit = CONFIG_VAL(SYS_MALLOC_F_LEN); in initf_malloc()
|
D | board_f.c | 831 #if defined(CONFIG_CONSOLE_RECORD) && CONFIG_VAL(SYS_MALLOC_F_LEN) in initf_console_record() 840 #if defined(CONFIG_DM) && CONFIG_VAL(SYS_MALLOC_F_LEN) in initf_dm()
|
D | board_r.c | 259 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in initr_malloc()
|
D | bootstage.c | 22 RECORD_COUNT = CONFIG_VAL(BOOTSTAGE_RECORD_COUNT),
|
D | board_r.c.orig | 258 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
|
/third_party/uboot/u-boot-2020.01/include/asm-generic/ |
D | global_data.h | 98 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
|
/third_party/uboot/u-boot-2020.01/lib/efi/ |
D | efi_app.c | 52 gd->malloc_base = (ulong)efi_malloc(priv, CONFIG_VAL(SYS_MALLOC_F_LEN), in setup_memory()
|
/third_party/uboot/u-boot-2020.01/cmd/ |
D | bdinfo.c | 348 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in do_bdinfo() 350 CONFIG_VAL(SYS_MALLOC_F_LEN)); in do_bdinfo()
|
/third_party/uboot/u-boot-2020.01/include/ |
D | log.h | 106 #define _LOG_MAX_LEVEL CONFIG_VAL(LOG_MAX_LEVEL)
|
/third_party/uboot/u-boot-2020.01/arch/sandbox/cpu/ |
D | start.c | 371 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in main()
|
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc83xx/ |
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)
|
/third_party/uboot/u-boot-2020.01/drivers/serial/ |
D | serial-uclass.c | 25 #if !CONFIG_VAL(SYS_MALLOC_F_LEN)
|
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc85xx/ |
D | start.S | 1185 #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)
|
/third_party/uboot/u-boot-2020.01/include/dm/ |
D | device.h | 1005 if (level < CONFIG_VAL(LOGLEVEL)) \
|
/third_party/uboot/u-boot-2020.01/scripts/ |
D | config_whitelist.txt | 4334 CONFIG_VAL
|