Searched refs:AIRQ_IV_ALLOC (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dairq.h44 #define AIRQ_IV_ALLOC 1 /* Use an allocation bit mask */ macro
/linux-master/arch/s390/pci/
H A Dpci_irq.c446 (!cpu ? AIRQ_IV_ALLOC : 0), NULL);
463 zpci_sbv = airq_iv_create(ZPCI_NR_DEVICES, AIRQ_IV_ALLOC, NULL);
/linux-master/drivers/s390/cio/
H A Dairq.c156 if (flags & AIRQ_IV_ALLOC) {
222 * or -1UL if no bit is available or the AIRQ_IV_ALLOC flag has not been
/linux-master/arch/s390/kvm/
H A Dpci.c61 aift->sbv = airq_iv_create(ZPCI_NR_DEVICES, AIRQ_IV_ALLOC, NULL);
/linux-master/drivers/s390/virtio/
H A Dvirtio_ccw.c281 info->aiv = airq_iv_create(VIRTIO_IV_BITS, AIRQ_IV_ALLOC | AIRQ_IV_PTR

Completed in 109 milliseconds