gem5 v24.0.0.0
|
#include "dev/lupio/lupio_tmr.hh"
#include "cpu/base.hh"
#include "debug/LupioTMR.hh"
#include "mem/packet_access.hh"
#include "params/LupioTMR.hh"
Go to the source code of this file.
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
Macros | |
#define | LUPIO_TMR_IRQE 0x1 |
#define | LUPIO_TMR_PRDC 0x2 |
#define | LUPIO_TMR_EXPD 0x1 |
#define LUPIO_TMR_EXPD 0x1 |
Definition at line 41 of file lupio_tmr.cc.
Referenced by gem5::LupioTMR::lupioTMRRead().
#define LUPIO_TMR_IRQE 0x1 |
Definition at line 37 of file lupio_tmr.cc.
Referenced by gem5::LupioTMR::lupioTMRWrite().
#define LUPIO_TMR_PRDC 0x2 |
Definition at line 38 of file lupio_tmr.cc.
Referenced by gem5::LupioTMR::lupioTMRWrite().