gem5 v25.0.0.1
Loading...
Searching...
No Matches
i8254xGBe.cc File Reference
#include "dev/net/i8254xGBe.hh"
#include <algorithm>
#include <memory>
#include "base/inet.hh"
#include "base/trace.hh"
#include "debug/Drain.hh"
#include "debug/EthernetAll.hh"
#include "mem/packet.hh"
#include "mem/packet_access.hh"
#include "params/IGbE.hh"
#include "sim/stats.hh"
#include "sim/system.hh"

Go to the source code of this file.

Namespaces

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

Macros

#define IN_RANGE(val, base, len)

Macro Definition Documentation

◆ IN_RANGE

#define IN_RANGE ( val,
base,
len )
Value:
(val >= base && val < (base + len))

Definition at line 167 of file i8254xGBe.cc.

Referenced by gem5::IGbE::write().


Generated on Sat Oct 18 2025 08:06:47 for gem5 by doxygen 1.14.0