Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/arm/common/trp/
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()
/trusted-firmware-a-latest/include/services/
Drmm_core_manifest.h64 struct rmm_manifest { struct
71 CASSERT(offsetof(struct rmm_manifest, version) == 0UL, argument
73 CASSERT(offsetof(struct rmm_manifest, plat_data) == 8UL,
75 CASSERT(offsetof(struct rmm_manifest, plat_dram) == 16UL,
/trusted-firmware-a-latest/include/services/trp/
Dplatform_trp.h12 struct rmm_manifest;
17 void trp_early_platform_setup(struct rmm_manifest *manifest);
/trusted-firmware-a-latest/include/plat/common/
Dplatform.h40 struct rmm_manifest;
356 int plat_rmmd_load_manifest(struct rmm_manifest *manifest);
/trusted-firmware-a-latest/services/std_svc/rmmd/trp/
Dtrp_main.c65 trp_early_platform_setup((struct rmm_manifest *)trp_shared_region_start); in trp_setup()
/trusted-firmware-a-latest/services/std_svc/rmmd/
Drmmd_main.c202 struct rmm_manifest *manifest; in rmmd_setup()
237 manifest = (struct rmm_manifest *)shared_buf_base; in rmmd_setup()
/trusted-firmware-a-latest/plat/arm/board/fvp/
Dfvp_common.c554 int plat_rmmd_load_manifest(struct rmm_manifest *manifest) in plat_rmmd_load_manifest()