TEMU  3.0
The Terma Emulator
temu_TargetExecutionIface Struct Reference

#include </builds/termade/temu/temu/include/temu-c/Target/Cpu.h>

Data Fields

void(* branchTargetCounterOverflow )(void *Obj, uint64_t Address, int Taken)
 
void(* blockCounterOverflow )(void *Obj, uint64_t Address)
 
void(* wrotePage )(void *Obj, uint64_t Va, uint64_t Pa)
 
void *(* getRawRuntime )(void *Obj)
 

Field Documentation

◆ blockCounterOverflow

void(* temu_TargetExecutionIface::blockCounterOverflow) (void *Obj, uint64_t Address)

◆ branchTargetCounterOverflow

void(* temu_TargetExecutionIface::branchTargetCounterOverflow) (void *Obj, uint64_t Address, int Taken)

◆ getRawRuntime

void*(* temu_TargetExecutionIface::getRawRuntime) (void *Obj)

◆ wrotePage

void(* temu_TargetExecutionIface::wrotePage) (void *Obj, uint64_t Va, uint64_t Pa)

The documentation for this struct was generated from the following file: