Home
last modified time | relevance | path

Searched refs:spmc_manifest_attribute_t (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-a-latest/plat/common/
Dplat_spmd_manifest.c26 static int manifest_parse_attribute(spmc_manifest_attribute_t *attr, in manifest_parse_attribute()
94 static int manifest_parse_root(spmc_manifest_attribute_t *manifest, in manifest_parse_root()
116 int plat_spm_core_manifest_load(spmc_manifest_attribute_t *manifest, in plat_spm_core_manifest_load()
/trusted-firmware-a-latest/include/services/
Dspm_core_manifest.h51 } spmc_manifest_attribute_t; typedef
Dspmc_svc.h18 void spmc_populate_attrs(spmc_manifest_attribute_t *spmc_attrs);
/trusted-firmware-a-latest/include/plat/common/
Dplatform.h393 int plat_spm_core_manifest_load(spmc_manifest_attribute_t *manifest,
/trusted-firmware-a-latest/services/std_svc/spmd/
Dspmd_main.c46 static spmc_manifest_attribute_t spmc_attrs;
/trusted-firmware-a-latest/services/std_svc/spm/el3_spmc/
Dspmc_main.c1871 void spmc_populate_attrs(spmc_manifest_attribute_t *spmc_attrs) in spmc_populate_attrs()