Home
last modified time | relevance | path

Searched refs:rmm_manifest_t (Results 1 – 8 of 8) sorted by relevance

/arm-trusted-firmware-2.8.0/plat/arm/common/trp/
A Darm_trp_setup.c29 static int arm_trp_process_manifest(rmm_manifest_t *manifest) in arm_trp_process_manifest()
38 flush_dcache_range((uintptr_t)manifest, sizeof(rmm_manifest_t)); in arm_trp_process_manifest()
43 void arm_trp_early_platform_setup(rmm_manifest_t *manifest) in arm_trp_early_platform_setup()
69 void trp_early_platform_setup(rmm_manifest_t *manifest) in trp_early_platform_setup()
/arm-trusted-firmware-2.8.0/include/services/
A Drmm_core_manifest.h42 } rmm_manifest_t; typedef
44 CASSERT(offsetof(rmm_manifest_t, version) == 0,
46 CASSERT(offsetof(rmm_manifest_t, plat_data) == 8,
/arm-trusted-firmware-2.8.0/include/services/trp/
A Dplatform_trp.h15 void trp_early_platform_setup(rmm_manifest_t *manifest);
/arm-trusted-firmware-2.8.0/services/std_svc/rmmd/trp/
A Dtrp_main.c66 trp_early_platform_setup((rmm_manifest_t *)trp_shared_region_start); in trp_setup()
/arm-trusted-firmware-2.8.0/services/std_svc/rmmd/
A Drmmd_main.c174 rmm_manifest_t *manifest; in rmmd_setup()
209 manifest = (rmm_manifest_t *)shared_buf_base; in rmmd_setup()
/arm-trusted-firmware-2.8.0/include/plat/common/
A Dplatform.h325 int plat_rmmd_load_manifest(rmm_manifest_t *manifest);
/arm-trusted-firmware-2.8.0/plat/arm/board/fvp/
A Dfvp_common.c534 int plat_rmmd_load_manifest(rmm_manifest_t *manifest) in plat_rmmd_load_manifest()
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dporting-guide.rst2349 Arguments : rmm_manifest_t *manifest

Completed in 14 milliseconds