Searched refs:rmm_manifest (Results 1 – 7 of 7) sorted by relevance
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()
64 struct rmm_manifest { struct71 CASSERT(offsetof(struct rmm_manifest, version) == 0UL, argument73 CASSERT(offsetof(struct rmm_manifest, plat_data) == 8UL,75 CASSERT(offsetof(struct rmm_manifest, plat_dram) == 16UL,
12 struct rmm_manifest;17 void trp_early_platform_setup(struct rmm_manifest *manifest);
40 struct rmm_manifest;356 int plat_rmmd_load_manifest(struct rmm_manifest *manifest);
65 trp_early_platform_setup((struct rmm_manifest *)trp_shared_region_start); in trp_setup()
202 struct rmm_manifest *manifest; in rmmd_setup()237 manifest = (struct rmm_manifest *)shared_buf_base; in rmmd_setup()
554 int plat_rmmd_load_manifest(struct rmm_manifest *manifest) in plat_rmmd_load_manifest()