Home
last modified time | relevance | path

Searched refs:exec_ram_size (Results 1 – 2 of 2) sorted by relevance

/mcuboot-latest/boot/bootutil/include/bootutil/
Dramload.h28 uint32_t *exec_ram_size);
/mcuboot-latest/boot/bootutil/src/
Dram_load.c67 uint32_t exec_ram_size; in boot_verify_ram_load_address() local
75 &exec_ram_size); in boot_verify_ram_load_address()
81 exec_ram_size = IMAGE_EXECUTABLE_RAM_SIZE; in boot_verify_ram_load_address()
95 if (img_end_addr > (exec_ram_start + exec_ram_size)) { in boot_verify_ram_load_address()