Home
last modified time | relevance | path

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

/mcuboot-latest/sim/src/
Dcaps.rs29 RamLoad = (1 << 16), enumerator
56 !(Self::RamLoad.present() || Self::DirectXip.present()) in modifies_flash()
Dimage.rs527 …ps::SwapUsingScratch, Caps::OverwriteUpgrade, Caps::SwapUsingMove, Caps::RamLoad, Caps::DirectXip]) in make_device()
1256 if !Caps::RamLoad.present() { in run_ram_load()
1300 if !Caps::RamLoad.present() { in run_split_ram_load()
1368 if !Caps::RamLoad.present() { in run_ram_load_boot_with_result()
1797 let load_addr = if Caps::RamLoad.present() { in install_image()
1932 if slot.index == 0 && !Caps::RamLoad.present() { in install_image()
Dtlv.rs334 if Caps::RamLoad.present() && !self.ignore_ram_load_flag { in get_flags()