Overview   API Reference  

arm_machine Struct Reference

Class capable of decoding & emulating ARM instructions (dummy, not implemented). More...

#include <arm_machine.hpp>

Inheritance diagram for arm_machine:

Inheritance graph
[legend]
Collaboration diagram for arm_machine:

Collaboration graph
[legend]

List of all members.

Public Member Functions

int emulate_instruction (arm_context &ctx)

Protected Member Functions

virtual const char * name (void) const
virtual pci_bridgeget_host_bridge (void)

Protected Attributes

pci_bridge_base host_bridge
 This machine's (architecture-dependent) host-to-PCI bridge.


Detailed Description

Class capable of decoding & emulating ARM instructions (dummy, not implemented).

If someone needs it, feel free to implement ...


Member Data Documentation

This machine's (architecture-dependent) host-to-PCI bridge.

Should derive from pci_bridge_base to store all PCI devices.


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

L4vmm Reference Manual, written by Mario Schwalbe  © 2006-2008