Home
last modified time | relevance | path

Searched refs:binary_size (Results 1 – 9 of 9) sorted by relevance

/tf-a-ffa_el3_spmc/plat/arm/board/diphda/common/fdts/
A Ddiphda_spmc_manifest.dts17 * binary_size: size of BL32 + TOS_FW_CONFIG
27 binary_size = <0xae000>;
/tf-a-ffa_el3_spmc/include/services/
A Dspm_core_manifest.h44 uint32_t binary_size; member
/tf-a-ffa_el3_spmc/plat/common/
A Dplat_spmd_manifest.c61 rc = fdt_read_uint32(fdt, node, "binary_size", &attr->binary_size); in manifest_parse_attribute()
82 VERBOSE(" binary_size: 0x%x\n", attr->binary_size); in manifest_parse_attribute()
/tf-a-ffa_el3_spmc/plat/arm/board/fvp/fdts/
A Dfvp_spmc_optee_sp_manifest.dts27 binary_size = <0x80000>;
A Dfvp_spmc_manifest.dts27 binary_size = <0x80000>;
/tf-a-ffa_el3_spmc/plat/arm/board/tc/fdts/
A Dtc_spmc_manifest.dts20 binary_size = <0x80000>;
A Dtc_spmc_optee_sp_manifest.dts20 binary_size = <0x80000>;
/tf-a-ffa_el3_spmc/services/std_svc/spmd/
A Dspmd_main.c443 assert(!check_uptr_overflow(spmc_attrs.load_address, spmc_attrs.binary_size)); in spmd_check_address_in_binary_image()
446 (address < (spmc_attrs.load_address + spmc_attrs.binary_size))); in spmd_check_address_in_binary_image()
/tf-a-ffa_el3_spmc/docs/components/
A Dsecure-partition-manager.rst386 binary_size = <0x60000>;
395 - *load_address* and *binary_size* are mostly used to verify secondary

Completed in 8 milliseconds