Home
last modified time | relevance | path

Searched refs:RMM_BASE (Results 1 – 13 of 13) sorted by relevance

/rk3399_ARM-atf/services/std_svc/rmmd/trp/
H A Dlinker.ld.S19 RAM (rwx): ORIGIN = RMM_BASE, LENGTH = RMM_LIMIT - RMM_BASE
25 . = RMM_BASE;
H A Dtrp_main.c126 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 Dqemu_bl2_mem_params_desc.c83 .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 Darm_bl2_mem_params_desc.c112 .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 Dplatform_def.h369 #define RMM_BASE (REALM_DRAM_BASE) macro
370 #define RMM_LIMIT (RMM_BASE + PLAT_QEMU_RMM_SIZE)
388 RMM_BASE, \
H A Dqemu_pas_def.h67 #define QEMU_PAS_RMM_BASE RMM_BASE
/rk3399_ARM-atf/plat/qemu/qemu_sbsa/include/
H A Dqemu_sbsa_pas_def.h30 #define QEMU_PAS_RMM_BASE RMM_BASE
H A Dplatform_def.h470 #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 Dnrd_plat_arm_def3.h695 #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 Dplatform_def.h55 #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 Darm_def.h665 #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 Darm_bl31_setup.c144 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 Dchange-log.md2839 …- remove the assert check for RMM_BASE ([8cb9c63](https://review.trustedfirmware.org/plugins/gitil…