TEMU
4.4
The Terma Emulator
|
#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... | |
Internal interface for binary translator
void*(* temu_TargetExecutionIface::getRawRuntime) (void *Obj) |
Internal usage.
void(* temu_TargetExecutionIface::profileCounterOverflow) (void *Obj, uint64_t VA) |
Profile counter overflow handler.
void(* temu_TargetExecutionIface::wrotePage) (void *Obj, uint64_t Va, uint64_t Pa) |
Page written (for flushing caches)