Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_xive_native.c206 if (irq >= KVMPPC_XIVE_NR_IRQS) in kvmppc_xive_native_reset_mapped()
320 if (vma_pages(vma) > KVMPPC_XIVE_NR_IRQS * 2) in kvmppc_xive_native_mmap()
351 if (irq < KVMPPC_XIVE_FIRST_IRQ || irq >= KVMPPC_XIVE_NR_IRQS) in kvmppc_xive_native_set_source()
1002 attr->attr < KVMPPC_XIVE_NR_IRQS) in kvmppc_xive_native_has_attr()
H A Dbook3s_xive.h17 #define KVMPPC_XIVE_NR_IRQS KVMPPC_XICS_NR_IRQS macro