Home
last modified time | relevance | path

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

/qemu/include/hw/s390x/
H A Dcss.h233 } CssIoAdapterType; typedef
235 void css_adapter_interrupt(CssIoAdapterType type, uint8_t isc);
237 uint32_t css_get_adapter_id(CssIoAdapterType type, uint8_t isc);
238 void css_register_io_adapters(CssIoAdapterType type, bool swap, bool maskable,
/qemu/hw/s390x/
H A Dcss.c471 uint32_t css_get_adapter_id(CssIoAdapterType type, uint8_t isc) in css_get_adapter_id()
490 void css_register_io_adapters(CssIoAdapterType type, bool swap, bool maskable, in css_register_io_adapters()
649 void css_adapter_interrupt(CssIoAdapterType type, uint8_t isc) in css_adapter_interrupt()