Searched refs:bl1_plat_mem_check (Results 1 – 7 of 7) sorted by relevance
/external/arm-trusted-firmware/docs/security_advisories/ |
D | security-advisory-tfv-1.rst | 48 platform version of ``bl1_plat_mem_check()``. 79 if (bl1_plat_mem_check(image_src, block_size, flags)) { 97 ``bl1_plat_mem_check()``. If ``bl1_plat_mem_check()`` also passes, this may 105 if (bl1_plat_mem_check(image_src, block_size, flags)) { 130 If ``bl1_plat_mem_check()`` also passes, this may result in an unexpectedly 133 If the platform's implementation of ``bl1_plat_mem_check()`` is correct then it 138 ``bl1_plat_mem_check()``:
|
D | security-advisory-tfv-4.rst | 87 the platform-specific function ``bl1_plat_mem_check()`` might get defeated by 106 they might defeat the ``bl1_plat_mem_check()`` function and make the
|
/external/arm-trusted-firmware/plat/common/ |
D | plat_bl1_common.c | 70 #pragma weak bl1_plat_mem_check macro 72 int bl1_plat_mem_check(uintptr_t mem_base, unsigned int mem_size, in bl1_plat_mem_check() function
|
/external/arm-trusted-firmware/plat/arm/common/ |
D | arm_bl1_fwu.c | 49 int bl1_plat_mem_check(uintptr_t mem_base, in bl1_plat_mem_check() function
|
/external/arm-trusted-firmware/bl1/ |
D | bl1_fwu.c | 332 if (bl1_plat_mem_check(image_src, block_size, flags) != 0) { in bl1_fwu_image_copy() 423 if (bl1_plat_mem_check(image_src, image_size, \ in bl1_fwu_image_auth()
|
/external/arm-trusted-firmware/include/plat/common/ |
D | platform.h | 150 int bl1_plat_mem_check(uintptr_t mem_base, unsigned int mem_size,
|
/external/arm-trusted-firmware/docs/getting_started/ |
D | porting-guide.rst | 1381 Function : bl1_plat_mem_check() [mandatory]
|