Searched refs:RMM_BASE (Results 1 – 13 of 13) sorted by relevance
| /rk3399_ARM-atf/services/std_svc/rmmd/trp/ |
| H A D | linker.ld.S | 19 RAM (rwx): ORIGIN = RMM_BASE, LENGTH = RMM_LIMIT - RMM_BASE 25 . = RMM_BASE;
|
| H A D | trp_main.c | 126 INFO("TRP: Memory base: 0x%lx\n", (unsigned long)RMM_BASE); in trp_main() 130 (unsigned long)(RMM_END - RMM_BASE)); in trp_main()
|
| /rk3399_ARM-atf/plat/qemu/common/ |
| H A D | qemu_bl2_mem_params_desc.c | 83 .ep_info.pc = RMM_BASE, 86 .image_info.image_base = RMM_BASE, 87 .image_info.image_max_size = RMM_LIMIT - RMM_BASE,
|
| /rk3399_ARM-atf/plat/arm/common/aarch64/ |
| H A D | arm_bl2_mem_params_desc.c | 112 .ep_info.pc = RMM_BASE, 115 .image_info.image_base = RMM_BASE, 116 .image_info.image_max_size = RMM_LIMIT - RMM_BASE,
|
| /rk3399_ARM-atf/plat/qemu/qemu/include/ |
| H A D | platform_def.h | 369 #define RMM_BASE (REALM_DRAM_BASE) macro 370 #define RMM_LIMIT (RMM_BASE + PLAT_QEMU_RMM_SIZE) 388 RMM_BASE, \
|
| H A D | qemu_pas_def.h | 67 #define QEMU_PAS_RMM_BASE RMM_BASE
|
| /rk3399_ARM-atf/plat/qemu/qemu_sbsa/include/ |
| H A D | qemu_sbsa_pas_def.h | 30 #define QEMU_PAS_RMM_BASE RMM_BASE
|
| H A D | platform_def.h | 470 #define RMM_BASE (REALM_DRAM_BASE) macro 471 #define RMM_LIMIT (RMM_BASE + PLAT_QEMU_RMM_SIZE) 489 RMM_BASE, \
|
| /rk3399_ARM-atf/plat/arm/board/neoverse_rd/common/include/nrd3/ |
| H A D | nrd_plat_arm_def3.h | 695 #define RMM_BASE (ARM_REALM_BASE) macro 696 #define RMM_LIMIT (RMM_BASE + ARM_REALM_SIZE) 706 #define PLAT_ARM_SPMC_BASE (RMM_BASE - PLAT_ARM_SPMC_SIZE)
|
| /rk3399_ARM-atf/plat/arm/board/fvp/include/ |
| H A D | platform_def.h | 55 #define PLAT_ARM_RMM_BASE (RMM_BASE) 56 #define PLAT_ARM_RMM_SIZE (RMM_LIMIT - RMM_BASE)
|
| /rk3399_ARM-atf/include/plat/arm/common/ |
| H A D | arm_def.h | 665 #define RMM_BASE (ARM_REALM_BASE) macro 666 #define RMM_LIMIT (RMM_BASE + ARM_REALM_SIZE) 667 #define RMM_PAYLOAD_LIMIT (RMM_BASE + PLAT_ARM_RMM_PAYLOAD_SIZE)
|
| /rk3399_ARM-atf/plat/arm/common/ |
| H A D | arm_bl31_setup.c | 144 RMM_BASE + RMM_BANK_SIZE; in bl31_plat_get_next_image_ep_info() 273 rmm_image_ep_info.pc = RMM_BASE; in arm_bl31_early_platform_setup()
|
| /rk3399_ARM-atf/docs/ |
| H A D | change-log.md | 2839 …- remove the assert check for RMM_BASE ([8cb9c63](https://review.trustedfirmware.org/plugins/gitil…
|