Searched refs:rmm_manifest (Results 1 – 10 of 10) sorted by relevance
| /rk3399_ARM-atf/plat/arm/common/trp/ |
| H A D | arm_trp_setup.c | 29 static int arm_trp_process_manifest(struct rmm_manifest *manifest) in arm_trp_process_manifest() 41 flush_dcache_range((uintptr_t)manifest, sizeof(struct rmm_manifest)); in arm_trp_process_manifest() 46 void arm_trp_early_platform_setup(struct rmm_manifest *manifest) in arm_trp_early_platform_setup() 71 void trp_early_platform_setup(struct rmm_manifest *manifest) in trp_early_platform_setup()
|
| /rk3399_ARM-atf/plat/qemu/common/trp/ |
| H A D | qemu_trp_setup.c | 21 static int qemu_trp_process_manifest(struct rmm_manifest *manifest) in qemu_trp_process_manifest() 33 flush_dcache_range((uintptr_t)manifest, sizeof(struct rmm_manifest)); in qemu_trp_process_manifest() 38 void trp_early_platform_setup(struct rmm_manifest *manifest) in trp_early_platform_setup()
|
| /rk3399_ARM-atf/include/services/ |
| H A D | rmm_core_manifest.h | 205 struct rmm_manifest { struct 222 CASSERT(offsetof(struct rmm_manifest, version) == 0UL, argument 224 CASSERT(offsetof(struct rmm_manifest, plat_data) == 8UL, 226 CASSERT(offsetof(struct rmm_manifest, plat_dram) == 16UL, 228 CASSERT(offsetof(struct rmm_manifest, plat_console) == 40UL, 230 CASSERT(offsetof(struct rmm_manifest, plat_ncoh_region) == 64UL, 232 CASSERT(offsetof(struct rmm_manifest, plat_coh_region) == 88UL, 234 CASSERT(offsetof(struct rmm_manifest, plat_smmu) == 112UL, 236 CASSERT(offsetof(struct rmm_manifest, plat_root_complex) == 136UL,
|
| /rk3399_ARM-atf/include/services/trp/ |
| H A D | platform_trp.h | 12 struct rmm_manifest; 17 void trp_early_platform_setup(struct rmm_manifest *manifest);
|
| /rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdv3/ |
| H A D | rdv3_common.c | 65 int plat_rmmd_load_manifest(struct rmm_manifest *manifest) in plat_rmmd_load_manifest() 142 assert((sizeof(struct rmm_manifest) + in plat_rmmd_load_manifest()
|
| /rk3399_ARM-atf/plat/qemu/common/ |
| H A D | qemu_common.c | 278 int plat_rmmd_load_manifest(struct rmm_manifest *manifest) in plat_rmmd_load_manifest() 346 assert((sizeof(struct rmm_manifest) + in plat_rmmd_load_manifest()
|
| /rk3399_ARM-atf/services/std_svc/rmmd/ |
| H A D | rmmd_main.c | 153 struct rmm_manifest *manifest; in rmmd_setup() 192 manifest = (struct rmm_manifest *)shared_buf_base; in rmmd_setup() 193 (void)memset((void *)manifest, 0, sizeof(struct rmm_manifest)); in rmmd_setup()
|
| /rk3399_ARM-atf/include/plat/common/ |
| H A D | platform.h | 44 struct rmm_manifest; 417 int plat_rmmd_load_manifest(struct rmm_manifest *manifest);
|
| /rk3399_ARM-atf/plat/arm/board/fvp/ |
| H A D | fvp_common.c | 772 int plat_rmmd_load_manifest(struct rmm_manifest *manifest) in plat_rmmd_load_manifest() 836 (((uintptr_t)manifest) + sizeof(struct rmm_manifest)); in plat_rmmd_load_manifest() 866 assert((sizeof(struct rmm_manifest) + in plat_rmmd_load_manifest()
|
| /rk3399_ARM-atf/services/std_svc/rmmd/trp/ |
| H A D | trp_main.c | 87 trp_early_platform_setup((struct rmm_manifest *)trp_shared_region_start); in trp_setup()
|