Home
last modified time | relevance | path

Searched refs:rmm_manifest (Results 1 – 10 of 10) sorted by relevance

/rk3399_ARM-atf/plat/arm/common/trp/
H A Darm_trp_setup.c29 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 Dqemu_trp_setup.c21 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 Drmm_core_manifest.h205 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 Dplatform_trp.h12 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 Drdv3_common.c65 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 Dqemu_common.c278 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 Drmmd_main.c153 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 Dplatform.h44 struct rmm_manifest;
417 int plat_rmmd_load_manifest(struct rmm_manifest *manifest);
/rk3399_ARM-atf/plat/arm/board/fvp/
H A Dfvp_common.c772 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 Dtrp_main.c87 trp_early_platform_setup((struct rmm_manifest *)trp_shared_region_start); in trp_setup()