#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.
|
namespace | gem5 |
| Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
|
|
|
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) |
|