gem5 v24.1.0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Typedefs | Functions
addr_range.hh File Reference
#include <algorithm>
#include <iterator>
#include <list>
#include <vector>
#include "base/bitfield.hh"
#include "base/cprintf.hh"
#include "base/logging.hh"
#include "base/types.hh"

Go to the source code of this file.

Classes

class  gem5::AddrRange
 The AddrRange class encapsulates an address range, and supports a number of tests to check if two ranges intersect, if a range contains a specific address etc. More...
 
struct  gem5::AddrRange::Dummy
 

Namespaces

namespace  gem5
 Copyright (c) 2024 Arm Limited All rights reserved.
 

Typedefs

typedef std::list< AddrRangegem5::AddrRangeList
 Convenience typedef for a collection of address ranges.
 

Functions

static AddrRangeList gem5::operator- (const AddrRange &range, const AddrRangeList &to_exclude)
 
static AddrRangeList gem5::operator- (const AddrRange &range, const AddrRange &to_exclude)
 
static AddrRangeList gem5::exclude (const AddrRangeList &base, AddrRangeList to_exclude)
 
static AddrRangeList gem5::exclude (const AddrRangeList &base, const AddrRange &to_exclude)
 
static AddrRangeList gem5::operator- (const AddrRangeList &base, const AddrRangeList &to_exclude)
 
static AddrRangeList gem5::operator-= (AddrRangeList &base, const AddrRangeList &to_exclude)
 
static AddrRangeList gem5::operator- (const AddrRangeList &base, const AddrRange &to_exclude)
 
static AddrRangeList gem5::operator-= (AddrRangeList &base, const AddrRange &to_exclude)
 
AddrRange gem5::RangeEx (Addr start, Addr end)
 
AddrRange gem5::RangeIn (Addr start, Addr end)
 
AddrRange gem5::RangeSize (Addr start, Addr size)
 

Generated on Mon Jan 13 2025 04:28:45 for gem5 by doxygen 1.9.8