Lines Matching full:memory
15 /// Structure to hold the guest memory info/layout to check
16 /// the if the memory is accepted within the layout.
17 /// Adds up the total bytes written to the guest memory
19 memory: GuestMemoryAtomic<GuestMemoryMmap<AtomicBitmap>>, field
35 #[error("memory unavailable")]
39 #[error("invalid vp context memory")]
46 pub fn new(memory: GuestMemoryAtomic<GuestMemoryMmap<AtomicBitmap>>) -> Loader { in new()
48 memory, in new()
104 .memory in import_pages()
105 .memory() in import_pages()
136 for range in self.memory.memory().iter() { in verify_startup_memory_available()
137 // Today, the memory layout only describes normal ram and mmio. Thus the memory in verify_startup_memory_available()
144 debug!("startup memory end bigger than the current range"); in verify_startup_memory_available()
155 debug!("no valid memory range available for startup memory verify"); in verify_startup_memory_available()