Home
last modified time | relevance | path

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

/mcuboot-latest/sim/src/
Dimage.rs1279 let ram_image = ram.borrow_part(place.offset as usize - RAM_LOAD_ADDR as usize, in run_ram_load() localVariable
1282 if src_sz > ram_image.len() { in run_ram_load()
1287 let ram_image = &ram_image[0..src_sz]; in run_ram_load() localVariable
1288 if ram_image != src_image { in run_ram_load()
1323 let ram_image = ram.borrow_part(place.offset as usize - RAM_LOAD_ADDR as usize, in run_split_ram_load() localVariable
1326 if src_sz > ram_image.len() { in run_split_ram_load()
1331 let ram_image = &ram_image[0..src_sz]; in run_split_ram_load() localVariable
1332 if ram_image != src_image { in run_split_ram_load()