Searched refs:PARAMS_BASE (Results 1 – 17 of 17) sorted by relevance
| /rk3399_ARM-atf/plat/renesas/rcar_gen5/include/ |
| H A D | rcar_def.h | 38 #define PARAMS_BASE (RCAR_TRUSTED_SRAM_BASE - UL(0x100000)) macro 40 #define BOOT_KIND_BASE (PARAMS_BASE + UL(0x1700))
|
| /rk3399_ARM-atf/plat/renesas/rza/common/ |
| H A D | bl2_plat_setup.c | 75 params = (struct bl2_to_bl31_params_mem *)PARAMS_BASE; in bl2_plat_handle_post_image_load() 76 memset((void *)PARAMS_BASE, 0, sizeof(*params)); in bl2_plat_handle_post_image_load()
|
| H A D | bl2_plat_mem_params_desc.c | 23 .ep_info.args.arg0 = (uintptr_t)PARAMS_BASE,
|
| /rk3399_ARM-atf/plat/renesas/rza/soc/rza3m/include/ |
| H A D | rza3m_def.h | 53 #define PARAMS_BASE (PLAT_SRAM_BASE + 0x0001F000) macro
|
| /rk3399_ARM-atf/plat/renesas/rcar_gen4/ |
| H A D | bl31_plat_setup.c | 37 (bl2_to_bl31_params_mem_t *)PARAMS_BASE; in bl31_plat_get_next_image_ep_info()
|
| /rk3399_ARM-atf/plat/renesas/common/ |
| H A D | bl31_plat_setup.c | 72 PARAMS_BASE; in bl31_plat_get_next_image_ep_info()
|
| /rk3399_ARM-atf/plat/renesas/rcar_gen5/aarch64/ |
| H A D | platform_common.c | 27 MAP_REGION_FLAT(PARAMS_BASE, PARAMS_SIZE, \
|
| H A D | plat_helpers.S | 137 mov_imm x0, PARAMS_BASE
|
| /rk3399_ARM-atf/plat/renesas/rcar_gen4/include/ |
| H A D | rcar_def.h | 36 #define PARAMS_BASE (MBOX_BASE + MBOX_SIZE) macro
|
| /rk3399_ARM-atf/plat/renesas/rcar_gen5/ |
| H A D | bl31_plat_setup.c | 124 PARAMS_BASE; in bl31_plat_get_next_image_ep_info()
|
| /rk3399_ARM-atf/plat/renesas/rcar_gen4/aarch64/ |
| H A D | plat_helpers.S | 137 mov_imm x0, PARAMS_BASE
|
| /rk3399_ARM-atf/plat/renesas/rzg/ |
| H A D | bl2_plat_setup.c | 105 CASSERT((PARAMS_BASE + sizeof(bl2_to_bl31_params_mem_t) + 0x100) 387 params = (bl2_to_bl31_params_mem_t *)PARAMS_BASE; in bl2_plat_handle_post_image_load() 388 memset((void *)PARAMS_BASE, 0, sizeof(*params)); in bl2_plat_handle_post_image_load()
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | rz-g2.rst | 78 (PARAMS_BASE) and jumps to BL31. 83 PARAMS_BASE instead of using registers to get to those locations (see
|
| H A D | rcar-gen3.rst | 83 (PARAMS_BASE) and jumps to BL31. 88 PARAMS_BASE instead of using registers to get to those locations (see
|
| /rk3399_ARM-atf/plat/renesas/common/aarch64/ |
| H A D | plat_helpers.S | 153 mov_imm x0, PARAMS_BASE
|
| /rk3399_ARM-atf/plat/renesas/common/include/ |
| H A D | rcar_def.h | 47 #define PARAMS_BASE (MBOX_BASE + MBOX_SIZE) macro
|
| /rk3399_ARM-atf/plat/renesas/rcar/ |
| H A D | bl2_plat_setup.c | 111 CASSERT((PARAMS_BASE + sizeof(bl2_to_bl31_params_mem_t) + 0x100) 598 params = (bl2_to_bl31_params_mem_t *) PARAMS_BASE; in bl2_plat_handle_post_image_load() 599 memset((void *)PARAMS_BASE, 0, sizeof(*params)); in bl2_plat_handle_post_image_load()
|