OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCIDevice
(Results
1 - 11
of
11
) sorted by null
/external/qemu/hw/
pci.h
73
typedef void PCIConfigWriteFunc(
PCIDevice
*pci_dev,
75
typedef uint32_t PCIConfigReadFunc(
PCIDevice
*pci_dev,
77
typedef void PCIMapIORegionFunc(
PCIDevice
*pci_dev, int region_num,
79
typedef int PCIUnregisterFunc(
PCIDevice
*pci_dev);
140
struct
PCIDevice
{
163
PCIDevice
*pci_register_device(PCIBus *bus, const char *name,
167
int pci_unregister_device(
PCIDevice
*pci_dev);
169
void pci_register_bar(
PCIDevice
*pci_dev, int region_num,
173
uint32_t pci_default_read_config(
PCIDevice
*d,
175
void pci_default_write_config(
PCIDevice
*d
[
all
...]
piix_pci.c
51
static int pci_slot_get_pirq(
PCIDevice
*pci_dev, int irq_num)
62
static void update_pam(
PCIDevice
*d, uint32_t start, uint32_t end, int r)
89
static void i440fx_update_memory_mappings(
PCIDevice
*d)
110
void i440fx_set_smm(
PCIDevice
*d, int val)
123
void i440fx_init_memory_mappings(
PCIDevice
*d)
131
static void i440fx_write_config(
PCIDevice
*d,
142
PCIDevice
*d = opaque;
154
PCIDevice
*d = opaque;
172
PCIBus *i440fx_init(
PCIDevice
**pi440fx_state, qemu_irq *pic)
175
PCIDevice
*d
[
all
...]
pci.c
42
PCIDevice
*devices[256];
43
PCIDevice
*parent_dev;
51
static void pci_update_mappings(
PCIDevice
*d);
111
static PCIBus *pci_register_secondary_bus(
PCIDevice
*dev, pci_map_irq_fn map_irq)
127
void pci_device_save(
PCIDevice
*s, QEMUFile *f)
137
int pci_device_load(
PCIDevice
*s, QEMUFile *f)
155
static int pci_set_default_subsystem_id(
PCIDevice
*pci_dev)
242
static
PCIDevice
*do_pci_register_device(
PCIDevice
*pci_dev, PCIBus *bus,
272
PCIDevice
*pci_register_device(PCIBus *bus, const char *name
[
all
...]
pc.h
125
PCIBus *i440fx_init(
PCIDevice
**pi440fx_state, qemu_irq *pic);
126
void i440fx_set_smm(
PCIDevice
*d, int val);
128
void i440fx_init_memory_mappings(
PCIDevice
*d);
130
extern
PCIDevice
*piix4_dev;
ne2000.c
144
PCIDevice
*pci_dev;
775
PCIDevice
dev;
779
static void ne2000_map(
PCIDevice
*pci_dev, int region_num,
806
static void pci_ne2000_init(
PCIDevice
*pci_dev)
823
s->pci_dev = (
PCIDevice
*)d;
usb-ohci.c
[
all
...]
pc.c
69
static
PCIDevice
*i440fx_state;
[
all
...]
/external/stressapptest/src/
os.h
32
struct
PCIDevice
{
43
typedef vector<
PCIDevice
*> PCIDevices;
284
int PCIGetResources(string name,
PCIDevice
*device);
os.cc
841
PCIDevice
*device;
847
device = new
PCIDevice
();
881
int OsLayer::PCIGetResources(string name,
PCIDevice
*device) {
/external/qemu-pc-bios/bochs/bios/
rombios32.c
706
typedef struct
PCIDevice
{
709
}
PCIDevice
;
716
static
PCIDevice
i440_pcidev;
718
static void pci_config_writel(
PCIDevice
*d, uint32_t addr, uint32_t val)
724
static void pci_config_writew(
PCIDevice
*d, uint32_t addr, uint32_t val)
730
static void pci_config_writeb(
PCIDevice
*d, uint32_t addr, uint32_t val)
736
static uint32_t pci_config_readl(
PCIDevice
*d, uint32_t addr)
742
static uint32_t pci_config_readw(
PCIDevice
*d, uint32_t addr)
748
static uint32_t pci_config_readb(
PCIDevice
*d, uint32_t addr)
754
static void pci_set_io_region_addr(
PCIDevice
*d, int region_num, uint32_t addr
[
all
...]
/external/qemu/
qemu-common.h
276
typedef struct
PCIDevice
PCIDevice
;
Completed in 3133 milliseconds