gem5 v24.0.0.0
Loading...
Searching...
No Matches
disk_image.hh File Reference

Disk Image Interfaces. More...

#include <fstream>
#include <unordered_map>
#include "params/CowDiskImage.hh"
#include "params/DiskImage.hh"
#include "params/RawDiskImage.hh"
#include "sim/sim_object.hh"

Go to the source code of this file.

Classes

class  gem5::DiskImage
 Basic interface for accessing a disk image. More...
 
class  gem5::RawDiskImage
 Specialization for accessing a raw disk image. More...
 
class  gem5::CowDiskImage
 Specialization for accessing a copy-on-write disk image layer. More...
 
struct  gem5::CowDiskImage::Sector
 

Namespaces

namespace  gem5
 Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
 

Macros

#define SectorSize   (512)
 

Functions

void gem5::SafeRead (std::ifstream &stream, void *data, int count)
 
template<class T >
void gem5::SafeRead (std::ifstream &stream, T &data)
 
template<class T >
void gem5::SafeReadSwap (std::ifstream &stream, T &data)
 
void gem5::SafeWrite (std::ofstream &stream, const void *data, int count)
 
template<class T >
void gem5::SafeWrite (std::ofstream &stream, const T &data)
 
template<class T >
void gem5::SafeWriteSwap (std::ofstream &stream, const T &data)
 

Detailed Description

Disk Image Interfaces.

Definition in file disk_image.hh.

Macro Definition Documentation

◆ SectorSize


Generated on Tue Jun 18 2024 16:24:08 for gem5 by doxygen 1.11.0