Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/common/init/
Dboard_init.c30 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/
Dkconfig.h80 #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/
Dspl.c394 #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/
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)
/third_party/uboot/u-boot-2020.01/arch/microblaze/cpu/
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)
/third_party/uboot/u-boot-2020.01/lib/
Dasm-offsets.c30 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in main()
Dfdtdec.c1133 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/
Dmalloc_simple.c80 CONFIG_VAL(SYS_MALLOC_F_LEN) - gd->malloc_ptr); in malloc_simple_info()
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)
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()
Dboard_f.c831 #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()
Dboard_r.c259 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in initr_malloc()
Dbootstage.c22 RECORD_COUNT = CONFIG_VAL(BOOTSTAGE_RECORD_COUNT),
Dboard_r.c.orig258 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
/third_party/uboot/u-boot-2020.01/include/asm-generic/
Dglobal_data.h98 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
/third_party/uboot/u-boot-2020.01/lib/efi/
Defi_app.c52 gd->malloc_base = (ulong)efi_malloc(priv, CONFIG_VAL(SYS_MALLOC_F_LEN), in setup_memory()
/third_party/uboot/u-boot-2020.01/cmd/
Dbdinfo.c348 #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/
Dlog.h106 #define _LOG_MAX_LEVEL CONFIG_VAL(LOG_MAX_LEVEL)
/third_party/uboot/u-boot-2020.01/arch/sandbox/cpu/
Dstart.c371 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in main()
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc83xx/
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)
/third_party/uboot/u-boot-2020.01/drivers/serial/
Dserial-uclass.c25 #if !CONFIG_VAL(SYS_MALLOC_F_LEN)
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc85xx/
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)
/third_party/uboot/u-boot-2020.01/include/dm/
Ddevice.h1005 if (level < CONFIG_VAL(LOGLEVEL)) \
/third_party/uboot/u-boot-2020.01/scripts/
Dconfig_whitelist.txt4334 CONFIG_VAL