Searched refs:SwapUsingMove (Results 1 – 2 of 2) sorted by relevance
/mcuboot-latest/sim/src/ |
D | caps.rs | 24 SwapUsingMove = (1 << 11), enumerator
|
D | image.rs | 454 (flash, Rc::new(areadesc), &[Caps::SwapUsingMove, Caps::SwapUsingOffset]) in make_device() 485 (flash, Rc::new(areadesc), &[Caps::SwapUsingMove, Caps::SwapUsingOffset]) in make_device() 527 …ew(areadesc), &[Caps::SwapUsingScratch, Caps::OverwriteUpgrade, Caps::SwapUsingMove, Caps::RamLoad… in make_device() 546 (flash, Rc::new(areadesc), &[Caps::SwapUsingMove, Caps::SwapUsingOffset]) in make_device() 669 …Caps::SwapUsingScratch.present() || Caps::SwapUsingMove.present() || Caps::SwapUsingOffset.present… in is_swap_upgrade() 1754 } else if Caps::SwapUsingOffset.present() || Caps::SwapUsingMove.present() { in image_largest_trailer() 2345 Caps::SwapUsingMove.present() in maximal()
|