Searched refs:RMM_BASE (Results 1 – 7 of 7) sorted by relevance
18 RAM (rwx): ORIGIN = RMM_BASE, LENGTH = RMM_LIMIT - RMM_BASE24 . = RMM_BASE;
79 INFO("TRP: Memory base : 0x%lx\n", (unsigned long)RMM_BASE); in trp_main()83 - RMM_BASE)); in trp_main()
112 .ep_info.pc = RMM_BASE,115 .image_info.image_base = RMM_BASE,116 .image_info.image_max_size = RMM_LIMIT - RMM_BASE,
47 #define PLAT_ARM_RMM_BASE (RMM_BASE)48 #define PLAT_ARM_RMM_SIZE (RMM_LIMIT - RMM_BASE)
627 #define RMM_BASE (ARM_REALM_BASE) macro628 #define RMM_LIMIT (RMM_BASE + ARM_REALM_SIZE)
172 rmm_image_ep_info.pc = RMM_BASE; in arm_bl31_early_platform_setup()
189 assert(rmm_ep_info->pc == RMM_BASE); in rmmd_setup()
Completed in 7 milliseconds