v3_data Struct Reference

Back to the index.

Public Attributes | List of all members
v3_data Struct Reference

Public Attributes

struct interrupt irq_isa
 
struct interrupt irq_local
 
uint8_t secondary_mask1
 
struct pic8259_datapic1
 
struct pic8259_datapic2
 
int * ptr_to_pending_timer_interrupts
 
struct pci_data * pci_data
 
uint16_t lb_map0
 

Detailed Description

Definition at line 53 of file dev_v3.cc.

Member Data Documentation

◆ irq_isa

struct interrupt v3_data::irq_isa

Definition at line 54 of file dev_v3.cc.

Referenced by DEVINIT(), and v3_isa_interrupt_common().

◆ irq_local

struct interrupt v3_data::irq_local

Definition at line 55 of file dev_v3.cc.

Referenced by DEVINIT(), and v3_isa_interrupt_common().

◆ lb_map0

uint16_t v3_data::lb_map0

Definition at line 63 of file dev_v3.cc.

Referenced by DEVICE_ACCESS().

◆ pci_data

struct pci_data* v3_data::pci_data

Definition at line 62 of file dev_v3.cc.

Referenced by DEVICE_ACCESS(), and DEVINIT().

◆ pic1

struct pic8259_data* v3_data::pic1

◆ pic2

struct pic8259_data* v3_data::pic2

◆ ptr_to_pending_timer_interrupts

int* v3_data::ptr_to_pending_timer_interrupts

Definition at line 60 of file dev_v3.cc.

Referenced by DEVINIT(), and v3_isa_interrupt_deassert().

◆ secondary_mask1

uint8_t v3_data::secondary_mask1

Definition at line 56 of file dev_v3.cc.

Referenced by DEVINIT(), and v3_isa_interrupt_common().


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

Generated on Fri Dec 7 2018 19:52:23 for GXemul by doxygen 1.8.13