gem5 v24.0.0.0
|
This is the complete list of members for gem5::VMA, including all inherited members.
_addrRange | gem5::VMA | private |
_hostBuf | gem5::VMA | private |
_hostBufLen | gem5::VMA | private |
_origHostBuf | gem5::VMA | private |
_pageBytes | gem5::VMA | private |
_vmaName | gem5::VMA | private |
contains(const Addr &a) const | gem5::VMA | inline |
end() | gem5::VMA | inline |
fillMemPages(Addr start, Addr size, PortProxy &port) const | gem5::VMA | |
getFileMappingOffset() const | gem5::VMA | inline |
getName() | gem5::VMA | inline |
hasHostBuf() const | gem5::VMA | inline |
intersects(const AddrRange &r) const | gem5::VMA | inline |
isStrictSuperset(const AddrRange &range) const | gem5::VMA | |
isSubset(const AddrRange &r) const | gem5::VMA | inline |
mergesWith(const AddrRange &r) const | gem5::VMA | inline |
remap(Addr new_start) | gem5::VMA | inline |
sanityCheck() | gem5::VMA | private |
size() | gem5::VMA | inline |
sliceRegionLeft(Addr slice_addr) | gem5::VMA | |
sliceRegionRight(Addr slice_addr) | gem5::VMA | |
start() | gem5::VMA | inline |
VMA(AddrRange r, Addr page_bytes, const std::string &vma_name="anon", int fd=-1, off_t off=0) | gem5::VMA | inline |