gem5  v20.1.0.0
Namespaces | Functions
mt.hh File Reference
#include <iostream>
#include "arch/mips/faults.hh"
#include "arch/mips/isa_traits.hh"
#include "arch/mips/mt_constants.hh"
#include "arch/mips/pra_constants.hh"
#include "arch/mips/registers.hh"
#include "base/bitfield.hh"
#include "base/logging.hh"
#include "base/trace.hh"
#include "cpu/exec_context.hh"

Go to the source code of this file.

Namespaces

 MipsISA
 

Functions

static RegVal MipsISA::readRegOtherThread (ThreadContext *tc, const RegId &reg, ThreadID tid=InvalidThreadID)
 
static void MipsISA::setRegOtherThread (ThreadContext *tc, const RegId &reg, RegVal val, ThreadID tid=InvalidThreadID)
 
static RegVal MipsISA::readRegOtherThread (ExecContext *xc, const RegId &reg, ThreadID tid=InvalidThreadID)
 
static void MipsISA::setRegOtherThread (ExecContext *xc, const RegId &reg, RegVal val, ThreadID tid=InvalidThreadID)
 
template<class TC >
unsigned MipsISA::getVirtProcNum (TC *tc)
 
template<class TC >
unsigned MipsISA::getTargetThread (TC *tc)
 
template<class TC >
void MipsISA::haltThread (TC *tc)
 
template<class TC >
void MipsISA::restoreThread (TC *tc)
 
template<class TC >
void MipsISA::forkThread (TC *tc, Fault &fault, int Rd_bits, int Rs, int Rt)
 
template<class TC >
int MipsISA::yieldThread (TC *tc, Fault &fault, int src_reg, uint32_t yield_mask)
 
template<class TC >
void MipsISA::updateStatusView (TC *tc)
 
template<class TC >
void MipsISA::updateTCStatusView (TC *tc)
 

Detailed Description

ISA-specific helper functions for multithreaded execution.

Definition in file mt.hh.


Generated on Wed Sep 30 2020 14:02:18 for gem5 by doxygen 1.8.17