Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_xive.h127 #define KVMPPC_XIVE_Q_COUNT 8 macro
156 struct xive_q queues[KVMPPC_XIVE_Q_COUNT];
157 u32 esc_virq[KVMPPC_XIVE_Q_COUNT];
158 char *esc_virq_names[KVMPPC_XIVE_Q_COUNT];
Dbook3s_xive.c1044 for (i = 0; i < KVMPPC_XIVE_Q_COUNT; i++) { in kvmppc_xive_cleanup_vcpu()
1148 for (i = 0; i < KVMPPC_XIVE_Q_COUNT; i++) { in kvmppc_xive_connect_vcpu()
1306 for (j = 0; j < KVMPPC_XIVE_Q_COUNT; j++) { in xive_pre_save_scan()
1858 for (i = 0; i < KVMPPC_XIVE_Q_COUNT; i++) { in xive_debug_show()
Dbook3s_xive_template.c388 for (prio = xc->cppr; prio < KVMPPC_XIVE_Q_COUNT; prio++) { in GLUE()