#include "sim/bufval.hh"
#include <cassert>
#include <sstream>
#include "base/intmath.hh"
#include "base/logging.hh"
#include "sim/byteswap.hh"
Go to the source code of this file.
|
namespace | gem5 |
| Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
|
|
|
std::pair< std::uint64_t, bool > | gem5::getUintX (const void *buf, std::size_t bytes, ByteOrder endian) |
|
bool | gem5::setUintX (std::uint64_t val, void *buf, std::size_t bytes, ByteOrder endian) |
|
std::pair< std::string, bool > | gem5::printUintX (const void *buf, std::size_t bytes, ByteOrder endian) |
|
std::string | gem5::printByteBuf (const void *buf, std::size_t bytes, ByteOrder endian, std::size_t chunk_size) |
|