Searched refs:read_exact_at_addr (Results 1 – 2 of 2) sorted by relevance
188 gm.read_exact_at_addr(&mut d, GuestAddress(0x100)).unwrap(); in scatter_gather_buffer_test()190 gm.read_exact_at_addr(&mut d, GuestAddress(0x200)).unwrap(); in scatter_gather_buffer_test()192 gm.read_exact_at_addr(&mut d, GuestAddress(0x300)).unwrap(); in scatter_gather_buffer_test()
414 pub fn read_exact_at_addr(&self, buf: &mut [u8], guest_addr: GuestAddress) -> Result<()> { in read_exact_at_addr() method