Searched refs:PortioList (Results 1 – 18 of 18) sorted by relevance
/qemu/include/system/ |
H A D | ioport.h | 51 typedef struct PortioList { struct 61 } PortioList; typedef 63 void portio_list_init(PortioList *piolist, Object *owner, 66 void portio_list_set_flush_coalesced(PortioList *piolist); 67 void portio_list_destroy(PortioList *piolist); 68 void portio_list_add(PortioList *piolist, 71 void portio_list_del(PortioList *piolist); 72 void portio_list_set_enabled(PortioList *piolist, bool enabled); 73 void portio_list_set_address(PortioList *piolist, uint32_t addr);
|
/qemu/system/ |
H A D | ioport.c | 120 void portio_list_init(PortioList *piolist, in portio_list_init() 142 void portio_list_set_flush_coalesced(PortioList *piolist) in portio_list_set_flush_coalesced() 147 void portio_list_destroy(PortioList *piolist) in portio_list_destroy() 226 static void portio_list_add_1(PortioList *piolist, in portio_list_add_1() 277 void portio_list_add(PortioList *piolist, in portio_list_add() 315 void portio_list_del(PortioList *piolist) in portio_list_del() 326 void portio_list_set_enabled(PortioList *piolist, bool enabled) in portio_list_set_enabled() 335 void portio_list_set_address(PortioList *piolist, uint32_t addr) in portio_list_set_address()
|
/qemu/include/hw/dma/ |
H A D | i8257.h | 44 PortioList portio_page; 45 PortioList portio_pageh;
|
/qemu/include/hw/ide/ |
H A D | ide-bus.h | 26 PortioList portio_list; 27 PortioList portio2_list;
|
/qemu/hw/display/ |
H A D | vga-isa.c | 45 PortioList portio_vga; 46 PortioList portio_vbe;
|
H A D | vga_int.h | 106 PortioList vga_port_list; 107 PortioList vbe_port_list;
|
H A D | qxl.h | 32 PortioList vga_port_list;
|
/qemu/include/hw/char/ |
H A D | parallel-isa.h | 29 PortioList portio_list;
|
/qemu/hw/audio/ |
H A D | gus.c | 62 PortioList portio_list1; 63 PortioList portio_list2;
|
H A D | adlib.c | 76 PortioList port_list;
|
H A D | sb16.c | 115 PortioList portio_list;
|
/qemu/hw/watchdog/ |
H A D | wdt_ib700.c | 49 PortioList port_list;
|
/qemu/include/hw/isa/ |
H A D | isa.h | 127 PortioList *piolist,
|
/qemu/hw/dma/ |
H A D | i82374.c | 54 PortioList port_list;
|
/qemu/hw/ppc/ |
H A D | rs6000_mc.c | 44 PortioList portio;
|
H A D | prep_systemio.c | 56 PortioList portio;
|
/qemu/hw/isa/ |
H A D | isa-bus.c | 135 PortioList *piolist, uint16_t start, in isa_register_portio_list()
|
/qemu/hw/block/ |
H A D | fdc-isa.c | 64 PortioList portio_list;
|