Home
last modified time | relevance | path

Searched refs:AIRQ_IV_GUESTVEC (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/s390/cio/
Dairq.c151 } else if (flags & AIRQ_IV_GUESTVEC) { in airq_iv_create()
192 else if (!(iv->flags & AIRQ_IV_GUESTVEC)) in airq_iv_create()
211 else if (!(iv->flags & AIRQ_IV_GUESTVEC)) in airq_iv_release()
/linux-6.1.9/arch/s390/include/asm/
Dairq.h50 #define AIRQ_IV_GUESTVEC 32 /* Vector is a pinned guest page */ macro
/linux-6.1.9/arch/s390/kvm/
Dpci.c291 AIRQ_IV_GUESTVEC, in kvm_s390_pci_aif_enable()