TEMU  4.4
The Terma Emulator
temu_CpuVTable Struct Reference

#include </builds/termade/temu/temu/include/temu-c/Support/VTables.h>

Collaboration diagram for temu_CpuVTable:

Data Fields

temu_CpuIfaceCpu
 CPU interface. More...
 
temu_IrqCtrlIfaceIrq
 IRQ interface. More...
 
temu_MemAccessIfaceInvalidAccess
 Invalid memory access interface. More...
 
temu_ClockIfaceClock
 Clock interface. More...
 
temu_BinaryTranslationControlIfaceTranslation
 Binary translator control interface. More...
 

Detailed Description

All processors provide the CpuVTable

Field Documentation

◆ Clock

temu_ClockIface* temu_CpuVTable::Clock

Clock interface.

◆ Cpu

temu_CpuIface* temu_CpuVTable::Cpu

CPU interface.

◆ InvalidAccess

temu_MemAccessIface* temu_CpuVTable::InvalidAccess

Invalid memory access interface.

◆ Irq

temu_IrqCtrlIface* temu_CpuVTable::Irq

IRQ interface.

◆ Translation

temu_BinaryTranslationControlIface* temu_CpuVTable::Translation

Binary translator control interface.


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