Home
last modified time | relevance | path

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

/mcuboot-latest/sim/src/
Dimage.rs1266 let ram_image = ram.borrow_part(place.offset as usize - RAM_LOAD_ADDR as usize, in run_ram_load() localVariable
1269 if src_sz > ram_image.len() { in run_ram_load()
1274 let ram_image = &ram_image[0..src_sz]; in run_ram_load() localVariable
1275 if ram_image != src_image { in run_ram_load()
1310 let ram_image = ram.borrow_part(place.offset as usize - RAM_LOAD_ADDR as usize, in run_split_ram_load() localVariable
1313 if src_sz > ram_image.len() { in run_split_ram_load()
1318 let ram_image = &ram_image[0..src_sz]; in run_split_ram_load() localVariable
1319 if ram_image != src_image { in run_split_ram_load()