gem5 v24.0.0.0
|
#include <cstdio>
#include <functional>
#include <map>
#include <memory>
#include <optional>
#include <utility>
#include <vector>
#include "base/time.hh"
#include "cpu/thread_context.hh"
#include "mem/port_proxy.hh"
#include "sim/core.hh"
#include "sim/guest_abi.hh"
#include "sim/sim_object.hh"
Go to the source code of this file.
Classes | |
class | gem5::BaseSemihosting |
Semihosting for AArch32, AArch64, RISCV-32 and RISCV-64: https://github.com/ARM-software/abi-aa/blob/main/semihosting/semihosting.rst. More... | |
struct | gem5::BaseSemihosting::AbiBase |
class | gem5::BaseSemihosting::AbiBase::StateBase< Arg, BaseSemihostingImpl > |
struct | gem5::BaseSemihosting::InPlaceArg |
class | gem5::BaseSemihosting::FileBase |
Internal state for open files. More... | |
class | gem5::BaseSemihosting::FileFeatures |
Implementation of the ':semihosting-features' magic file. More... | |
class | gem5::BaseSemihosting::File |
struct | gem5::BaseSemihosting::SemiCallBase< Semihosting, Abi32, Abi64 > |
Semihosting call information structure. More... | |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
Functions | |
std::ostream & | gem5::operator<< (std::ostream &os, const BaseSemihosting::InPlaceArg &ipa) |