Home
last modified time | relevance | path

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

/openbmc/qemu/pc-bios/s390-ccw/
H A Dmain.c41 if (cutype == CU_TYPE_VIRTIO && virtio_get_device_type() == VIRTIO_ID_NET) { in write_subsystem_identification()
53 if (cutype == CU_TYPE_VIRTIO && virtio_get_device_type() != VIRTIO_ID_NET) { in write_iplb_location()
99 case CU_TYPE_VIRTIO: in is_dev_possibly_bootable()
278 case CU_TYPE_VIRTIO: in ipl_boot_device()
H A Dcio.h266 #define CU_TYPE_VIRTIO 0x3832 macro