Home
last modified time | relevance | path

Searched defs:get_host_address (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vm-memory/src/
Dguest_memory.rs217 fn get_host_address(&self, _addr: MemoryRegionAddress) -> Result<*mut u8> { in get_host_address() method
700 fn get_host_address(&self, addr: GuestAddress) -> Result<*mut u8> { in get_host_address() method
Dmmap.rs454 fn get_host_address(&self, addr: MemoryRegionAddress) -> guest_memory::Result<*mut u8> { in get_host_address() method
/aosp_15_r20/external/crosvm/vm_memory/src/
H A Dguest_memory.rs731 pub fn get_host_address(&self, guest_addr: GuestAddress) -> Result<*const u8> { in get_host_address() method