Home
last modified time | relevance | path

Searched refs:xive_q (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/arch/powerpc/include/asm/
Dxive.h72 struct xive_q { struct
115 extern int xive_native_configure_queue(u32 vp_id, struct xive_q *q, u8 prio,
117 extern void xive_native_disable_queue(u32 vp_id, struct xive_q *q, u8 prio);
/Linux-v5.4/arch/powerpc/sysdev/xive/
Dnative.c130 int xive_native_configure_queue(u32 vp_id, struct xive_q *q, u8 prio, in xive_native_configure_queue()
194 static void __xive_native_disable_queue(u32 vp_id, struct xive_q *q, u8 prio) in __xive_native_disable_queue()
209 void xive_native_disable_queue(u32 vp_id, struct xive_q *q, u8 prio) in xive_native_disable_queue()
217 struct xive_q *q = &xc->queue[prio]; in xive_native_setup_queue()
230 struct xive_q *q = &xc->queue[prio]; in xive_native_cleanup_queue()
Dxive-internal.h20 struct xive_q queue[XIVE_MAX_QUEUES];
Dcommon.c87 static u32 xive_read_eq(struct xive_q *q, bool just_peek) in xive_read_eq()
142 struct xive_q *q; in xive_scan_interrupts()
230 static notrace void xive_dump_eq(const char *name, struct xive_q *q) in xive_dump_eq()
469 struct xive_q *q = &xc->queue[xive_irq_priority]; in xive_try_pick_target()
493 struct xive_q *q = &xc->queue[xive_irq_priority]; in xive_dec_target_count()
Dspapr.c452 static int xive_spapr_configure_queue(u32 target, struct xive_q *q, u8 prio, in xive_spapr_configure_queue()
504 struct xive_q *q = &xc->queue[prio]; in xive_spapr_setup_queue()
518 struct xive_q *q = &xc->queue[prio]; in xive_spapr_cleanup_queue()
/Linux-v5.4/arch/powerpc/kvm/
Dbook3s_xive.c179 struct xive_q *q = &xc->queues[prio]; in kvmppc_xive_attach_escalation()
249 struct xive_q *q = &xc->queues[prio]; in xive_provision_queue()
317 struct xive_q *q; in xive_inc_q_pending()
336 struct xive_q *q; in xive_try_pick_queue()
1191 struct xive_q *q = &xc->queues[i]; in kvmppc_xive_cleanup_vcpu()
1300 struct xive_q *q = &xc->queues[i]; in kvmppc_xive_connect_vcpu()
1423 static void xive_pre_save_queue(struct kvmppc_xive *xive, struct xive_q *q) in xive_pre_save_queue()
2051 struct xive_q *q = &xc->queues[i]; in kvmppc_xive_debug_show_queues()
Dbook3s_xive_template.c120 struct xive_q *q; in GLUE()
380 struct xive_q *q = &xc->queues[prio]; in GLUE()
Dbook3s_xive_native.c44 struct xive_q *q = &xc->queues[prio]; in kvmppc_xive_native_cleanup_queue()
546 struct xive_q *q; in kvmppc_xive_native_set_queue_config()
691 struct xive_q *q; in kvmppc_xive_native_get_queue_config()
879 struct xive_q *q = &xc->queues[prio]; in kvmppc_xive_native_vcpu_eq_sync()
Dbook3s_xive.h173 struct xive_q queues[KVMPPC_XIVE_Q_COUNT];