gem5  v20.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Typedefs | Functions
addr_range.hh File Reference
#include <algorithm>
#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  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...
 

Typedefs

typedef std::list< AddrRangeAddrRangeList
 Convenience typedef for a collection of address ranges. More...
 

Functions

AddrRange RangeEx (Addr start, Addr end)
 
AddrRange RangeIn (Addr start, Addr end)
 
AddrRange RangeSize (Addr start, Addr size)
 

Typedef Documentation

◆ AddrRangeList

Convenience typedef for a collection of address ranges.

Definition at line 569 of file addr_range.hh.

Function Documentation

◆ RangeEx()

AddrRange RangeEx ( Addr  start,
Addr  end 
)
inline

Definition at line 572 of file addr_range.hh.

References AddrRange::AddrRange().

Referenced by X86ISA::Interrupts::getIntAddrRange(), init_range(), and TEST().

◆ RangeIn()

AddrRange RangeIn ( Addr  start,
Addr  end 
)
inline

Definition at line 576 of file addr_range.hh.

References AddrRange::AddrRange().

Referenced by init_range(), and TEST().

◆ RangeSize()

AddrRange RangeSize ( Addr  start,
Addr  size 
)
inline

Generated on Thu May 28 2020 16:21:39 for gem5 by doxygen 1.8.13