Home
last modified time | relevance | path

Searched refs:thePciBridge (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/bochs/bochs-2.7/iodev/
H A Dpci.cc37 #define LOG_THIS thePciBridge->
41 bx_pci_bridge_c *thePciBridge = NULL; variable
46 thePciBridge = new bx_pci_bridge_c(); in PLUGIN_ENTRY_FOR_MODULE()
47 BX_REGISTER_DEVICE_DEVMODEL(plugin, type, thePciBridge, BX_PLUGIN_PCI); in PLUGIN_ENTRY_FOR_MODULE()
49 delete thePciBridge; in PLUGIN_ENTRY_FOR_MODULE()
H A Dpci.h26 # define BX_PCI_THIS thePciBridge->