TEMU  4.4
The Terma Emulator
temu_TargetExecutionIface Struct Reference

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

Data Fields

void(* profileCounterOverflow )(void *Obj, uint64_t VA)
 Profile counter overflow handler. More...
 
void(* wrotePage )(void *Obj, uint64_t Va, uint64_t Pa)
 Page written (for flushing caches) More...
 
void *(* getRawRuntime )(void *Obj)
 Internal usage. More...
 

Detailed Description

Internal interface for binary translator

Field Documentation

◆ getRawRuntime

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

Internal usage.

◆ profileCounterOverflow

void(* temu_TargetExecutionIface::profileCounterOverflow) (void *Obj, uint64_t VA)

Profile counter overflow handler.

◆ wrotePage

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

Page written (for flushing caches)


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