Lines Matching defs:memory

806         let memory = GuestMemory::new(&vec![(memory_start_addr, 0x10000)]).unwrap();  in reader_test_simple_chain()  localVariable
847 let memory = GuestMemory::new(&vec![(memory_start_addr, 0x10000)]).unwrap(); in writer_test_simple_chain() localVariable
888 let memory = GuestMemory::new(&vec![(memory_start_addr, 0x10000)]).unwrap(); in reader_test_incompatible_chain() localVariable
913 let memory = GuestMemory::new(&vec![(memory_start_addr, 0x10000)]).unwrap(); in writer_test_incompatible_chain() localVariable
938 let memory = GuestMemory::new(&vec![(memory_start_addr, 0x10000)]).unwrap(); in reader_failing_io() localVariable
968 let memory = GuestMemory::new(&vec![(memory_start_addr, 0x10000)]).unwrap(); in writer_failing_io() localVariable
998 let memory = GuestMemory::new(&vec![(memory_start_addr, 0x10000)]).unwrap(); in reader_writer_shared_chain() localVariable
1047 let memory = GuestMemory::new(&vec![(memory_start_addr, 0x10000)]).unwrap(); in reader_writer_shattered_object() localVariable
1088 let memory = GuestMemory::new(&vec![(memory_start_addr, 0x10000)]).unwrap(); in reader_unexpected_eof() localVariable
1118 let memory = GuestMemory::new(&vec![(memory_start_addr, 0x10000)]).unwrap(); in split_border() localVariable
1147 let memory = GuestMemory::new(&vec![(memory_start_addr, 0x10000)]).unwrap(); in split_middle() localVariable
1176 let memory = GuestMemory::new(&vec![(memory_start_addr, 0x10000)]).unwrap(); in split_end() localVariable
1205 let memory = GuestMemory::new(&vec![(memory_start_addr, 0x10000)]).unwrap(); in split_beginning() localVariable
1234 let memory = GuestMemory::new(&vec![(memory_start_addr, 0x10000)]).unwrap(); in split_outofbounds() localVariable
1266 let memory = GuestMemory::new(&vec![(memory_start_addr, 0x10000)]).unwrap(); in read_full() localVariable
1290 let memory = GuestMemory::new(&vec![(memory_start_addr, 0x10000)]).unwrap(); in write_full() localVariable
1314 let memory = GuestMemory::new(&vec![(memory_start_addr, 0x10000)]).unwrap(); in consume_collect() localVariable
1354 let memory = GuestMemory::new(&vec![(memory_start_addr, 0x10000)]).unwrap(); in get_remaining_region_with_count() localVariable
1412 let memory = GuestMemory::new(&vec![(memory_start_addr, 0x10000)]).unwrap(); in get_remaining_with_count() localVariable
1473 let memory = GuestMemory::new(&vec![(memory_start_addr, 0x10000)]).unwrap(); in region_reader_failing_io_async() localVariable
1509 let memory = GuestMemory::new(&vec![(memory_start_addr, 0x10000)]).unwrap(); in region_writer_failing_io_async() localVariable