gem5
v21.1.0.1
|
#include <sys/ioctl.h>
#include <sys/types.h>
#include "base/pollevent.hh"
#include <fcntl.h>
#include <unistd.h>
#include <cerrno>
#include <csignal>
#include <cstring>
#include "base/logging.hh"
#include "base/types.hh"
#include "sim/async.hh"
#include "sim/eventq.hh"
#include "sim/serialize.hh"
Go to the source code of this file.
Namespaces | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
Functions | |
template<class ArgT > | |
static int | gem5::fcntlHelper (int fd, int cmd, ArgT arg) |
static int | gem5::fcntlHelper (int fd, int cmd) |
Variables | |
PollQueue | gem5::pollQueue |