MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / addr

Method addr

pci/src/mmap.rs:39–41  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

37impl MmapRegion {
38 #[inline]
39 pub fn addr(&self) -> *mut u8 {
40 self.addr
41 }
42
43 /// Return the length of the region.
44 /// This function promises that the return value fits in [`libc::size_t`]

Callers 15

read_barMethod · 0.45
move_barMethod · 0.45
free_barsMethod · 0.45
move_barMethod · 0.45
free_barsMethod · 0.45
move_barMethod · 0.45
register_mappingMethod · 0.45
find_user_addressMethod · 0.45
map_mmio_regionsMethod · 0.45
unmap_mmio_regionsMethod · 0.45
move_barMethod · 0.45
map_mmio_regionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected